Home
last modified time | relevance | path

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

/linux/arch/powerpc/include/asm/
H A Dpgalloc.h38 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux/arch/m68k/include/asm/
H A Dmcf_pgalloc.h8 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
H A Dmotorola_pgalloc.h32 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux/arch/sparc/include/asm/
H A Dpgalloc_32.h72 #define pte_free_kernel(mm, pte) free_pte_fast(pte) macro
/linux/arch/s390/include/asm/
H A Dpgalloc.h161 #define pte_free_kernel(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
/linux/include/asm-generic/
H A Dpgalloc.h54 static inline void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function
/linux/arch/sparc/mm/
H A Dinit_64.c2912 void pte_free_kernel(struct mm_struct *mm, pte_t *pte) in pte_free_kernel() function