Searched refs:__pte_free_tlb (Results 1 - 25 of 29) sorted by relevance

12

/arch/unicore32/include/asm/
H A Dtlb.h20 #define __pte_free_tlb(tlb, pte, addr) \ macro
/arch/alpha/include/asm/
H A Dtlb.h12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/arch/parisc/include/asm/
H A Dtlb.h25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
/arch/xtensa/include/asm/
H A Dtlb.h45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/arch/frv/include/asm/
H A Dpgalloc.h52 #define __pte_free_tlb(tlb,pte,address) \ macro
/arch/mn10300/include/asm/
H A Dpgalloc.h53 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte)) macro
/arch/tile/include/asm/
H A Dpgalloc.h88 extern void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte,
119 __pte_free_tlb((tlb), virt_to_page(pmdp), (address))
/arch/cris/include/asm/
H A Dpgalloc.h50 #define __pte_free_tlb(tlb,pte,address) \ macro
/arch/m32r/include/asm/
H A Dpgalloc.h61 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte)) macro
/arch/openrisc/include/asm/
H A Dpgalloc.h97 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte)) macro
/arch/powerpc/include/asm/
H A Dpgalloc.h59 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *ptepage, function
/arch/sh/include/asm/
H A Dpgalloc.h65 #define __pte_free_tlb(tlb,pte,addr) \ macro
/arch/um/include/asm/
H A Dpgalloc.h42 #define __pte_free_tlb(tlb,pte, address) \ macro
H A Dtlb.h112 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr)
/arch/arm/include/asm/
H A Dtlb.h197 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, function
222 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr)
/arch/avr32/include/asm/
H A Dpgalloc.h87 #define __pte_free_tlb(tlb,pte,addr) \ macro
/arch/hexagon/include/asm/
H A Dpgalloc.h140 #define __pte_free_tlb(tlb, pte, addr) \ macro
/arch/m68k/include/asm/
H A Dmcf_pgalloc.h43 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, function
H A Dsun3_pgalloc.h35 #define __pte_free_tlb(tlb,pte,addr) \ macro
H A Dmotorola_pgalloc.h55 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, function
/arch/score/include/asm/
H A Dpgalloc.h75 #define __pte_free_tlb(tlb, pte, buf) \ macro
/arch/ia64/include/asm/
H A Dpgalloc.h120 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
/arch/mips/include/asm/
H A Dpgalloc.h101 #define __pte_free_tlb(tlb,pte,address) \ macro
/arch/sparc/include/asm/
H A Dpgalloc_32.h66 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
H A Dpgalloc_64.h116 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *ptepage, function

Completed in 191 milliseconds

12