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

12

/linux-master/arch/sh/include/asm/
H A Dpgalloc.h14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/linux-master/arch/arm64/mm/
H A Dpgd.c41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/powerpc/include/asm/book3s/32/
H A Dpgalloc.h14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/sh/mm/
H A Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/m68k/include/asm/
H A Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
H A Dmcf_pgalloc.h74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/parisc/include/asm/
H A Dpgalloc.h32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/powerpc/include/asm/nohash/
H A Dpgalloc.h26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/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) function
/linux-master/arch/mips/include/asm/
H A Dpgalloc.h52 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/arm/include/asm/
H A Dpgalloc.h48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/linux-master/include/asm-generic/
H A Dpgalloc.h212 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/arm/mm/
H A Dpgd.c142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) function
/linux-master/arch/powerpc/include/asm/book3s/64/
H A Dpgalloc.h81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/arm64/include/asm/
H A Dpgalloc.h114 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
/linux-master/arch/s390/include/asm/
H A Dpgalloc.h123 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/x86/kernel/
H A Dparavirt.c207 .mmu.pgd_free = paravirt_nop,
/linux-master/arch/x86/include/asm/
H A Dpgalloc.h52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
H A Dparavirt_types.h157 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member in struct:pv_mmu_ops
H A Dparavirt.h351 PVOP_VCALL2(mmu.pgd_free, mm, pgd);
/linux-master/arch/x86/mm/
H A Dpgtable.c487 void pgd_free(struct mm_struct *mm, pgd_t *pgd) function
/linux-master/arch/powerpc/kvm/
H A Dbook3s_hv_nested.c741 pgd_free(kvm->mm, gp->shadow_pgtable);
762 pgd_free(kvm->mm, gp->shadow_pgtable);
H A Dbook3s_64_mmu_radix.c569 pgd_free(kvm->mm, kvm->arch.pgtable);
/linux-master/arch/mips/kvm/
H A Dmips.c168 pgd_free(NULL, kvm->arch.gpa_mm.pgd);

Completed in 574 milliseconds

12