/openbmc/linux/arch/arm64/mm/ |
H A D | pgd.c | 30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgalloc.h | 14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/openbmc/linux/arch/sh/mm/ |
H A D | pgtable.c | 37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/powerpc/include/asm/nohash/ |
H A D | pgalloc.h | 26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgalloc.h | 14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgalloc.h | 32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
|
H A D | pgalloc_64.h | 31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H A D | motorola_pgalloc.h | 71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
H A D | mcf_pgalloc.h | 74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/mips/include/asm/ |
H A D | pgalloc.h | 52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/arm64/include/asm/ |
H A D | pgalloc.h | 64 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgalloc.h | 48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
/openbmc/linux/include/asm-generic/ |
H A D | pgalloc.h | 207 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/powerpc/include/asm/book3s/64/ |
H A D | pgalloc.h | 81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/s390/include/asm/ |
H A D | pgalloc.h | 124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/arm/mm/ |
H A D | pgd.c | 142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | pgalloc.h | 52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
|
H A D | paravirt_types.h | 165 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
|
H A D | paravirt.h | 349 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | paravirt.c | 248 .mmu.pgd_free = paravirt_nop,
|
/openbmc/linux/arch/x86/mm/ |
H A D | pgtable.c | 484 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
|
/openbmc/linux/arch/powerpc/kvm/ |
H A D | book3s_hv_nested.c | 717 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_alloc_nested() 738 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_release_nested()
|
H A D | book3s_64_mmu_radix.c | 564 pgd_free(kvm->mm, kvm->arch.pgtable); in kvmppc_free_radix()
|
/openbmc/linux/arch/mips/kvm/ |
H A D | mips.c | 168 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
|