Home
last modified time | relevance | path

Searched refs:pgd_free (Results 1 – 25 of 27) sorted by relevance

12

/openbmc/linux/arch/arm64/mm/
H A Dpgd.c30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/sh/include/asm/
H A Dpgalloc.h14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/openbmc/linux/arch/sh/mm/
H A Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h26 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 Dpgalloc.h14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/parisc/include/asm/
H A Dpgalloc.h32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
H A Dpgalloc_64.h31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
H A Dmcf_pgalloc.h74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/mips/include/asm/
H A Dpgalloc.h52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/arm64/include/asm/
H A Dpgalloc.h64 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
/openbmc/linux/arch/arm/include/asm/
H A Dpgalloc.h48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/openbmc/linux/include/asm-generic/
H A Dpgalloc.h207 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 Dpgalloc.h81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/s390/include/asm/
H A Dpgalloc.h124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/arm/mm/
H A Dpgd.c142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/openbmc/linux/arch/x86/include/asm/
H A Dpgalloc.h52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
H A Dparavirt_types.h165 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
H A Dparavirt.h349 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
/openbmc/linux/arch/x86/kernel/
H A Dparavirt.c248 .mmu.pgd_free = paravirt_nop,
/openbmc/linux/arch/x86/mm/
H A Dpgtable.c484 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/openbmc/linux/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c717 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 Dbook3s_64_mmu_radix.c564 pgd_free(kvm->mm, kvm->arch.pgtable); in kvmppc_free_radix()
/openbmc/linux/arch/mips/kvm/
H A Dmips.c168 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()

12