Searched defs:pte_free_kernel (Results  1 – 10 of 10) sorted by relevance
| /Linux-v5.4/include/asm-generic/ | 
| D | pgalloc.h | 42 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/powerpc/include/asm/ | 
| D | pgalloc.h | 38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/openrisc/include/asm/ | 
| D | pgalloc.h | 85 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/xtensa/include/asm/ | 
| D | pgalloc.h | 65 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/arc/include/asm/ | 
| D | pgalloc.h | 119 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/sparc/include/asm/ | 
| D | pgalloc_32.h | 72 #define pte_free_kernel(mm, pte)	free_pte_fast(pte)  macro
 | 
| /Linux-v5.4/arch/m68k/include/asm/ | 
| D | motorola_pgalloc.h | 25 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| D | mcf_pgalloc.h | 8 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 | 
| /Linux-v5.4/arch/s390/include/asm/ | 
| D | pgalloc.h | 145 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte)  macro
 | 
| /Linux-v5.4/arch/sparc/mm/ | 
| D | init_64.c | 2913 void pte_free_kernel(struct mm_struct *mm, pte_t *pte)  in pte_free_kernel()  function
 |