Home
last modified time | relevance | path

Searched defs:pte_free_kernel (Results 1 – 7 of 7) sorted by relevance

/linux-6.6.21/arch/powerpc/include/asm/
Dpgalloc.h38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.6.21/arch/m68k/include/asm/
Dmcf_pgalloc.h8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
Dmotorola_pgalloc.h32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.6.21/arch/sparc/include/asm/
Dpgalloc_32.h72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
/linux-6.6.21/include/asm-generic/
Dpgalloc.h47 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux-6.6.21/arch/s390/include/asm/
Dpgalloc.h143 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux-6.6.21/arch/sparc/mm/
Dinit_64.c2921 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function