Home
last modified time | relevance | path

Searched refs:pte_free (Results 1 – 25 of 38) sorted by relevance

12

/linux-3.4.99/arch/sparc/include/asm/
Dpgalloc_32.h64 BTFIXUPDEF_CALL(void, pte_free, pgtable_t )
65 #define pte_free(mm, pte) BTFIXUP_CALL(pte_free)(pte) macro
66 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-3.4.99/arch/tile/include/asm/
Dpgalloc.h72 extern void pte_free(struct mm_struct *mm, struct page *pte);
85 pte_free(mm, virt_to_page(pte)); in pte_free_kernel()
117 pte_free((mm), virt_to_page(pmdp))
/linux-3.4.99/arch/m32r/include/asm/
Dpgalloc.h55 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
61 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux-3.4.99/arch/ia64/include/asm/
Dpgalloc.h104 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
120 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
/linux-3.4.99/arch/microblaze/include/asm/
Dpgalloc.h161 extern inline void pte_free(struct mm_struct *mm, struct page *ptepage) in pte_free() function
166 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
/linux-3.4.99/arch/alpha/include/asm/
Dtlb.h12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
Dpgalloc.h80 pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
/linux-3.4.99/arch/xtensa/include/asm/
Dtlb.h45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)
Dpgalloc.h66 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/parisc/include/asm/
Dtlb.h25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
/linux-3.4.99/arch/mn10300/include/asm/
Dpgalloc.h47 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
/linux-3.4.99/arch/frv/include/asm/
Dpgalloc.h46 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/powerpc/include/asm/
Dpgalloc.h21 static inline void pte_free(struct mm_struct *mm, pgtable_t ptepage) in pte_free() function
/linux-3.4.99/arch/um/include/asm/
Dpgalloc.h36 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/cris/include/asm/
Dpgalloc.h44 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/openrisc/include/asm/
Dpgalloc.h91 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function
/linux-3.4.99/arch/unicore32/mm/
Dpgd.c98 pte_free(mm, pte); in free_pgd_slow()
/linux-3.4.99/arch/sh/include/asm/
Dpgalloc.h59 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/score/include/asm/
Dpgalloc.h69 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/avr32/include/asm/
Dpgalloc.h81 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/unicore32/include/asm/
Dpgalloc.h74 static inline void pte_free(struct mm_struct *mm, pgtable_t pte) in pte_free() function
/linux-3.4.99/arch/m68k/include/asm/
Dsun3_pgalloc.h29 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
Dmotorola_pgalloc.h47 static inline void pte_free(struct mm_struct *mm, pgtable_t page) in pte_free() function
Dmcf_pgalloc.h72 extern inline void pte_free(struct mm_struct *mm, struct page *page) in pte_free() function
/linux-3.4.99/arch/hexagon/include/asm/
Dpgalloc.h83 static inline void pte_free(struct mm_struct *mm, struct page *pte) in pte_free() function

12