| /Linux-v5.4/arch/arm/mm/ |
| D | pgd.c | 106 pmd_free(mm, new_pmd); in pgd_alloc() 144 pmd_free(mm, pmd); in pgd_free() 164 pmd_free(mm, pmd); in pgd_free()
|
| /Linux-v5.4/arch/microblaze/include/asm/ |
| D | pgalloc.h | 66 #define pmd_free(mm, x) do { } while (0) macro 67 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
|
| /Linux-v5.4/arch/riscv/include/asm/ |
| D | pgalloc.h | 70 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 75 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
| /Linux-v5.4/arch/unicore32/mm/ |
| D | pgd.c | 68 pmd_free(mm, new_pmd); in get_pgd_slow() 98 pmd_free(mm, pmd); in free_pgd_slow()
|
| /Linux-v5.4/arch/ia64/include/asm/ |
| D | pgalloc.h | 67 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 72 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
| /Linux-v5.4/arch/sparc/include/asm/ |
| D | pgalloc_32.h | 50 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro 51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
| /Linux-v5.4/arch/mips/include/asm/ |
| D | pgalloc.h | 73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 78 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x)
|
| /Linux-v5.4/arch/parisc/include/asm/ |
| D | pgalloc.h | 76 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 101 #define pmd_free(mm, x) do { } while (0) macro
|
| D | tlb.h | 7 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
|
| /Linux-v5.4/arch/m68k/include/asm/ |
| D | motorola_pgalloc.h | 75 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 89 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
|
| D | sun3_pgalloc.h | 43 #define pmd_free(mm, x) do { } while (0) macro
|
| D | mcf_pgalloc.h | 84 #define pmd_free(mm, pmd) BUG() macro
|
| /Linux-v5.4/arch/arm/include/asm/ |
| D | pgalloc.h | 30 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 47 #define pmd_free(mm, pmd) do { } while (0) macro
|
| /Linux-v5.4/arch/alpha/include/asm/ |
| D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd)
|
| D | pgalloc.h | 51 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /Linux-v5.4/arch/nds32/include/asm/ |
| D | tlb.h | 10 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd)
|
| D | pgalloc.h | 19 #define pmd_free(mm, pmd) do { } while (0) macro
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
| D | pgalloc.h | 13 #define pmd_free(mm, x) do { } while (0) macro
|
| /Linux-v5.4/arch/um/include/asm/ |
| D | pgalloc.h | 38 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /Linux-v5.4/arch/sh/include/asm/ |
| D | pgalloc.h | 14 extern void pmd_free(struct mm_struct *mm, pmd_t *pmd);
|
| /Linux-v5.4/arch/sh/mm/ |
| D | pgtable.c | 54 void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /Linux-v5.4/include/asm-generic/ |
| D | pgtable-nopmd.h | 60 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
| D | pgalloc.h | 54 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
| /Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
| D | pgalloc.h | 24 #define pmd_free(mm, x) do { } while (0) macro
|
| /Linux-v5.4/arch/nds32/mm/ |
| D | mm-nds32.c | 63 pmd_free(mm, pmd); in pgd_free()
|