/arch/arm64/mm/ |
D | pgd.c | 30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/sh/include/asm/ |
D | pgalloc.h | 13 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/arch/nds32/include/asm/ |
D | pgalloc.h | 21 extern void pgd_free(struct mm_struct *mm, pgd_t * pgd);
|
/arch/sh/mm/ |
D | pgtable.c | 37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/powerpc/include/asm/nohash/ |
D | pgalloc.h | 26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/arm64/include/asm/ |
D | pgalloc.h | 58 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
D | mcf_pgalloc.h | 78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/nds32/mm/ |
D | mm-nds32.c | 43 void pgd_free(struct mm_struct *mm, pgd_t * pgd) in pgd_free() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 53 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/arc/include/asm/ |
D | pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 42 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/s390/include/asm/ |
D | pgalloc.h | 124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/arch/arm/mm/ |
D | pgd.c | 128 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
D | paravirt_types.h | 226 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|
D | paravirt.h | 331 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
|
/arch/x86/kernel/ |
D | paravirt.c | 338 .mmu.pgd_free = paravirt_nop,
|
/arch/mips/kvm/ |
D | trap_emul.c | 545 pgd_free(kern_mm, kern_mm->pgd); in kvm_trap_emul_vcpu_init() 594 pgd_free(NULL, pgd); in kvm_mips_emul_free_gva_pt()
|
/arch/x86/mm/ |
D | pgtable.c | 471 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|