Searched defs:pte_free_kernel (Results 1 – 9 of 9) sorted by relevance
/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
|
/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
|
/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
|
/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
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
|
/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
|
/arch/s390/include/asm/ |
D | pgalloc.h | 157 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|
/arch/sparc/mm/ |
D | init_64.c | 2913 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
|