Home
last modified time | relevance | path

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

12

/linux/arch/arm64/mm/
A Dpgd.c30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/sh/include/asm/
A Dpgalloc.h13 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/linux/arch/nds32/include/asm/
A Dpgalloc.h16 extern void pgd_free(struct mm_struct *mm, pgd_t * pgd);
/linux/arch/sh/mm/
A Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/powerpc/include/asm/nohash/
A Dpgalloc.h26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/parisc/include/asm/
A Dpgalloc.h32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/powerpc/include/asm/book3s/32/
A Dpgalloc.h14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/sparc/include/asm/
A Dpgalloc_32.h26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
A Dpgalloc_64.h31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/m68k/include/asm/
A Dmcf_pgalloc.h76 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
A Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/nds32/mm/
A Dmm-nds32.c43 void pgd_free(struct mm_struct *mm, pgd_t * pgd) in pgd_free() function
/linux/include/asm-generic/
A Dpgalloc.h179 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/arm64/include/asm/
A Dpgalloc.h64 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
/linux/arch/arm/include/asm/
A Dpgalloc.h48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/linux/arch/powerpc/include/asm/book3s/64/
A Dpgalloc.h81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/s390/include/asm/
A Dpgalloc.h124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/arm/mm/
A Dpgd.c142 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/linux/arch/x86/include/asm/
A Dpgalloc.h52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
A Dparavirt_types.h188 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
A Dparavirt.h354 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
/linux/arch/x86/kernel/
A Dparavirt.c349 .mmu.pgd_free = paravirt_nop,
/linux/arch/x86/mm/
A Dpgtable.c471 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/powerpc/kvm/
A Dbook3s_hv_nested.c690 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_alloc_nested()
711 pgd_free(kvm->mm, gp->shadow_pgtable); in kvmhv_release_nested()
/linux/arch/mips/kvm/
A Dmips.c197 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()

Completed in 51 milliseconds

12