Home
last modified time | relevance | path

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

/arch/powerpc/include/asm/
Dpgalloc.h38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/arch/openrisc/include/asm/
Dpgalloc.h85 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/arch/xtensa/include/asm/
Dpgalloc.h65 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/arch/arc/include/asm/
Dpgalloc.h119 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/arch/sparc/include/asm/
Dpgalloc_32.h72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
/arch/m68k/include/asm/
Dmotorola_pgalloc.h25 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
Dmcf_pgalloc.h8 extern inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/arch/s390/include/asm/
Dpgalloc.h157 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/arch/sparc/mm/
Dinit_64.c2913 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function