/arch/um/include/asm/ |
D | pgalloc.h | 27 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 35 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 11 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
D | pgalloc-64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/cris/include/asm/ |
D | pgalloc.h | 20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 22 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
D | pgalloc_32.h | 34 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 35 pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 85 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
D | motorola_pgalloc.h | 82 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/sh/include/asm/ |
D | pgalloc.h | 40 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 48 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 37 #define pgd_free(mm, pgd) free_pgd_slow(mm, pgd) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 30 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/mn10300/mm/ |
D | pgtable.c | 158 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/frv/mm/ |
D | pgalloc.c | 145 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 46 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 62 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/s390/include/asm/ |
D | tlb.h | 71 pgd_free(tlb->mm, tlb->array[tlb->nr_pxds++]); in tlb_flush_mmu()
|
D | pgalloc.h | 147 #define pgd_free(mm, pgd) crst_table_free(mm, (unsigned long *) pgd) macro
|
/arch/x86/include/asm/ |
D | pgalloc.h | 29 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/arch/x86/mm/ |
D | pgtable.c | 266 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/um/kernel/ |
D | mem.c | 282 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/powerpc/mm/ |
D | pgtable_32.c | 87 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/x86/kernel/ |
D | paravirt.c | 422 .pgd_free = paravirt_nop,
|