/linux-6.3-rc2/arch/arm64/mm/ |
A D | pgd.c | 30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgalloc.h | 13 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/linux-6.3-rc2/arch/sh/mm/ |
A D | pgtable.c | 37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/ |
A D | pgalloc.h | 26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/ |
A D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
A D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | mcf_pgalloc.h | 76 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
A D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgalloc.h | 52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/arm64/include/asm/ |
A D | pgalloc.h | 64 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
|
/linux-6.3-rc2/arch/arm/include/asm/ |
A D | pgalloc.h | 48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/linux-6.3-rc2/include/asm-generic/ |
A D | pgalloc.h | 191 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/s390/include/asm/ |
A D | pgalloc.h | 124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/64/ |
A D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/arm/mm/ |
A D | pgd.c | 142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | pgalloc.h | 52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
A D | paravirt_types.h | 175 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|
A D | paravirt.h | 356 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
|
/linux-6.3-rc2/arch/x86/kernel/ |
A D | paravirt.c | 326 .mmu.pgd_free = paravirt_nop,
|
/linux-6.3-rc2/arch/x86/mm/ |
A D | pgtable.c | 475 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/linux-6.3-rc2/arch/powerpc/kvm/ |
A D | book3s_hv_nested.c | 711 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_alloc_nested() 732 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_release_nested()
|
A D | book3s_64_mmu_radix.c | 563 pgd_free(kvm->mm, kvm->arch.pgtable); in kvmppc_free_radix()
|
/linux-6.3-rc2/arch/mips/kvm/ |
A D | mips.c | 168 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
|