Home
last modified time | relevance | path

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

/linux/arch/sh/include/asm/
H A Dpgalloc.h14 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/linux/arch/sh/mm/
H A Dpgtable.c39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/powerpc/include/asm/nohash/
H 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/
H A Dpgalloc.h20 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/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
/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.h78 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/arm/include/asm/
H A Dpgalloc.h48 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
/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
/linux/arch/x86/include/asm/
H A Dpgalloc.h50 extern void pgd_free(struct mm_struct *mm, pgd_t *pgd);
H A Dparavirt_types.h152 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member
/linux/arch/s390/include/asm/
H A Dpgalloc.h149 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/include/asm-generic/
H A Dpgalloc.h307 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/x86/mm/
H A Dpgtable.c376 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux/arch/mips/kvm/
H A Dmips.c166 pgd_free(NULL, kvm->arch.gpa_mm.pgd); in kvm_mips_free_gpa_pt()
/linux/kernel/
H A Dfork.c584 pgd_free(mm, mm->pgd); in mm_free_pgd()