Home
last modified time | relevance | path

Searched defs:pte_free (Results 1 – 17 of 17) sorted by relevance

/arch/powerpc/include/asm/
Dpgalloc.h12 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/arch/um/include/asm/
Dpgalloc.h37 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/xtensa/include/asm/
Dpgalloc.h65 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/cris/include/asm/
Dpgalloc.h44 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/avr32/include/asm/
Dpgalloc.h80 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/alpha/include/asm/
Dpgalloc.h80 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
/arch/sparc/include/asm/
Dpgalloc_64.h64 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
Dpgalloc_32.h65 #define pte_free(mm, pte) BTFIXUP_CALL(pte_free)(pte) macro
/arch/sh/include/asm/
Dpgalloc.h70 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/m68k/include/asm/
Dmotorola_pgalloc.h49 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
Dsun3_pgalloc.h29 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
/arch/arm/include/asm/
Dpgalloc.h95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/parisc/include/asm/
Dpgalloc.h141 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
/arch/mips/include/asm/
Dpgalloc.h95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/ia64/include/asm/
Dpgalloc.h104 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/arch/x86/include/asm/
Dpgalloc.h43 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
/arch/s390/include/asm/
Dpgalloc.h175 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro