Home
last modified time | relevance | path

Searched defs:pgd_free (Results 1 – 14 of 14) sorted by relevance

/linux-6.15/arch/arm64/mm/
H A Dpgd.c41 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/arch/sh/mm/
H A Dpgtable.c39 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/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-6.15/arch/arm/mm/
H A Dpgd.c140 void pgd_free(struct mm_struct *mm, pgd_t *pgd_base) in pgd_free() function
/linux-6.15/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
/linux-6.15/arch/m68k/include/asm/
H A Dmcf_pgalloc.h74 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
H A Dmotorola_pgalloc.h71 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/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-6.15/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-6.15/arch/s390/include/asm/
H A Dpgalloc.h141 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/include/asm-generic/
H A Dpgalloc.h288 static inline void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/arch/x86/mm/
H A Dpgtable.c446 void pgd_free(struct mm_struct *mm, pgd_t *pgd) in pgd_free() function
/linux-6.15/arch/x86/include/asm/
H A Dparavirt_types.h152 void (*pgd_free)(struct mm_struct *mm, pgd_t *pgd); member