Home
last modified time | relevance | path

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

/Linux-v5.10/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-v5.10/include/asm-generic/
Dpgalloc.h42 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/Linux-v5.10/arch/m68k/include/asm/
Dmcf_pgalloc.h8 extern 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-v5.10/arch/arc/include/asm/
Dpgalloc.h119 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/Linux-v5.10/arch/sparc/include/asm/
Dpgalloc_32.h73 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
/Linux-v5.10/arch/s390/include/asm/
Dpgalloc.h146 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/Linux-v5.10/arch/sparc/mm/
Dinit_64.c2903 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function