Searched defs:pte_free (Results 1 – 17 of 17) sorted by relevance
/arch/powerpc/include/asm/ |
D | pgalloc.h | 12 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
/arch/um/include/asm/ |
D | pgalloc.h | 37 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/xtensa/include/asm/ |
D | pgalloc.h | 65 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/cris/include/asm/ |
D | pgalloc.h | 44 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 80 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/alpha/include/asm/ |
D | pgalloc.h | 80 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
/arch/sparc/include/asm/ |
D | pgalloc_64.h | 64 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
|
D | pgalloc_32.h | 65 #define pte_free(mm, pte) BTFIXUP_CALL(pte_free)(pte) macro
|
/arch/sh/include/asm/ |
D | pgalloc.h | 70 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 49 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
D | sun3_pgalloc.h | 29 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
|
/arch/arm/include/asm/ |
D | pgalloc.h | 95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/parisc/include/asm/ |
D | pgalloc.h | 141 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
|
/arch/mips/include/asm/ |
D | pgalloc.h | 95 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 104 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
|
/arch/x86/include/asm/ |
D | pgalloc.h | 43 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
|
/arch/s390/include/asm/ |
D | pgalloc.h | 175 #define pte_free(mm, pte) page_table_free(mm, (unsigned long *) pte) macro
|