Home
last modified time | relevance | path

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

12

/arch/arm64/mm/
Dpgd.c30 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/sh/include/asm/
Dpgalloc.h13 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/arch/nds32/include/asm/
Dpgalloc.h21 extern void pgd_free(struct mm_struct *mm, pgd_t * pgd);
/arch/sh/mm/
Dpgtable.c37 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/powerpc/include/asm/nohash/
Dpgalloc.h26 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/powerpc/include/asm/book3s/32/
Dpgalloc.h14 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/parisc/include/asm/
Dpgalloc.h32 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/arm64/include/asm/
Dpgalloc.h58 extern void pgd_free(struct mm_struct *mm, pgd_t *pgdp);
/arch/m68k/include/asm/
Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
Dmcf_pgalloc.h78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/sparc/include/asm/
Dpgalloc_32.h26 #define pgd_free(mm, pgd) free_pgd_fast(pgd) macro
Dpgalloc_64.h31 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/nds32/mm/
Dmm-nds32.c43 void pgd_free(struct mm_struct *mm, pgd_t * pgd) in pgd_free() function
/arch/mips/include/asm/
Dpgalloc.h53 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/arc/include/asm/
Dpgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/arm/include/asm/
Dpgalloc.h42 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/arch/powerpc/include/asm/book3s/64/
Dpgalloc.h81 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/s390/include/asm/
Dpgalloc.h124 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/arch/arm/mm/
Dpgd.c128 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/arch/x86/include/asm/
Dpgalloc.h52 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
Dparavirt_types.h226 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
Dparavirt.h331 PVOP_VCALL2(mmu.pgd_free, mm, pgd); in paravirt_pgd_free()
/arch/x86/kernel/
Dparavirt.c338 .mmu.pgd_free = paravirt_nop,
/arch/mips/kvm/
Dtrap_emul.c545 pgd_free(kern_mm, kern_mm->pgd); in kvm_trap_emul_vcpu_init()
594 pgd_free(NULL, pgd); in kvm_mips_emul_free_gva_pt()
/arch/x86/mm/
Dpgtable.c471 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function

12