Searched defs:pte_free_kernel (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-6.6/arch/powerpc/include/asm/ |
H A D | pgalloc.h | 38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-6.6/arch/m68k/include/asm/ |
H A D | mcf_pgalloc.h | 8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
H A D | motorola_pgalloc.h | 32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-5.10/arch/m68k/include/asm/ |
H A D | motorola_pgalloc.h | 32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
H A D | mcf_pgalloc.h | 8 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-5.10/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 73 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
|
/kernel/linux/linux-5.10/arch/arc/include/asm/ |
H A D | pgalloc.h | 119 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-6.6/arch/sparc/include/asm/ |
H A D | pgalloc_32.h | 72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
|
/kernel/linux/linux-5.10/include/asm-generic/ |
H A D | pgalloc.h | 42 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-6.6/include/asm-generic/ |
H A D | pgalloc.h | 47 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-5.10/arch/s390/include/asm/ |
H A D | pgalloc.h | 146 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/kernel/linux/linux-6.6/arch/s390/include/asm/ |
H A D | pgalloc.h | 143 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/kernel/linux/linux-5.10/arch/sparc/mm/ |
H A D | init_64.c | 2903 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
/kernel/linux/linux-6.6/arch/sparc/mm/ |
H A D | init_64.c | 2921 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|
Completed in 12 milliseconds