Home
last modified time | relevance | path

Searched refs:__pte_free_tlb (Results 1 – 17 of 17) sorted by relevance

/arch/powerpc/include/asm/
Dpgalloc.h41 #define __pte_free_tlb(tlb,ptepage) \ macro
48 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, (pte)) macro
/arch/alpha/include/asm/
Dtlb.h12 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
/arch/xtensa/include/asm/
Dtlb.h45 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
/arch/parisc/include/asm/
Dtlb.h25 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
/arch/um/include/asm/
Dpgalloc.h43 #define __pte_free_tlb(tlb,pte) \ macro
Dtlb.h119 #define pte_free_tlb(tlb, ptep) __pte_free_tlb(tlb, ptep)
/arch/cris/include/asm/
Dpgalloc.h50 #define __pte_free_tlb(tlb,pte) \ macro
/arch/m68k/include/asm/
Dsun3_pgalloc.h35 #define __pte_free_tlb(tlb,pte) \ macro
Dmotorola_pgalloc.h57 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page) in __pte_free_tlb() function
/arch/sh/include/asm/
Dpgalloc.h76 #define __pte_free_tlb(tlb,pte) \ macro
/arch/avr32/include/asm/
Dpgalloc.h86 #define __pte_free_tlb(tlb,pte) \ macro
/arch/ia64/include/asm/
Dpgalloc.h120 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
Dtlb.h242 __pte_free_tlb(tlb, ptep); \
/arch/sparc/include/asm/
Dpgalloc_32.h66 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
/arch/mips/include/asm/
Dpgalloc.h101 #define __pte_free_tlb(tlb,pte) \ macro
/arch/x86/include/asm/
Dpgalloc.h49 extern void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte);
/arch/x86/mm/
Dpgtable.c26 void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in __pte_free_tlb() function