/arch/mips/include/asm/ |
D | pgalloc.h | 113 #define pmd_free(mm, x) do { } while (0) macro 130 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 135 #define __pmd_free_tlb(tlb, x) pmd_free((tlb)->mm, x)
|
/arch/arm/mm/ |
D | pgd.c | 68 pmd_free(mm, new_pmd); in get_pgd_slow() 96 pmd_free(mm, pmd); in free_pgd_slow()
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 71 static inline int pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 84 pmd_free(mm, (pmd_t *)pgd); in pgd_free()
|
D | sun3_pgalloc.h | 82 #define pmd_free(mm, x) do { } while (0) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 65 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 70 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 47 #define pmd_free(mm, pmd) free_pmd_fast(pmd) macro 48 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
|
D | pgalloc_64.h | 34 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
D | tlb_64.h | 104 #define pmd_free_tlb(mp, pmdp) pmd_free((mp)->mm, pmdp)
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 73 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function 94 #define pmd_free(mm, x) do { } while (0) macro
|
D | tlb.h | 24 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
|
/arch/alpha/include/asm/ |
D | tlb.h | 13 #define __pmd_free_tlb(tlb, pmd) pmd_free((tlb)->mm, pmd)
|
D | pgalloc.h | 48 pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/s390/include/asm/ |
D | pgalloc.h | 67 #define pmd_free(mm, x) do { } while (0) macro 105 #define pmd_free(mm, pmd) crst_table_free(mm, (unsigned long *) pmd) macro
|
D | tlb.h | 126 pmd_free(tlb->mm, pmd); in pmd_free_tlb()
|
/arch/um/include/asm/ |
D | pgalloc.h | 51 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 18 #define pmd_free(mm, x) do { } while (0) macro
|
D | pgalloc-64.h | 85 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/arm/include/asm/ |
D | tlb.h | 89 #define pmd_free_tlb(tlb, pmdp) pmd_free((tlb)->mm, pmdp)
|
D | pgalloc.h | 30 #define pmd_free(mm, pmd) do { } while (0) macro
|
/arch/sh/include/asm/ |
D | pgalloc.h | 87 #define pmd_free(mm, x) do { } while (0) macro
|
/arch/x86/include/asm/ |
D | pgalloc.h | 75 static inline void pmd_free(struct mm_struct *mm, pmd_t *pmd) in pmd_free() function
|
/arch/um/kernel/skas/ |
D | mmu.c | 44 pmd_free(mm, pmd); in init_stub_pte()
|
/arch/x86/mm/ |
D | pgtable.c | 197 pmd_free(mm, pmd); in pgd_mop_up_pmds()
|