Searched refs:__pte_free_tlb (Results 1 – 17 of 17) sorted by relevance
/arch/powerpc/include/asm/ |
D | pgalloc.h | 41 #define __pte_free_tlb(tlb,ptepage) \ macro 48 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, (pte)) macro
|
/arch/alpha/include/asm/ |
D | tlb.h | 12 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
|
/arch/xtensa/include/asm/ |
D | tlb.h | 45 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
|
/arch/parisc/include/asm/ |
D | tlb.h | 25 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
|
/arch/um/include/asm/ |
D | pgalloc.h | 43 #define __pte_free_tlb(tlb,pte) \ macro
|
D | tlb.h | 119 #define pte_free_tlb(tlb, ptep) __pte_free_tlb(tlb, ptep)
|
/arch/cris/include/asm/ |
D | pgalloc.h | 50 #define __pte_free_tlb(tlb,pte) \ macro
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 35 #define __pte_free_tlb(tlb,pte) \ macro
|
D | motorola_pgalloc.h | 57 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page) in __pte_free_tlb() function
|
/arch/sh/include/asm/ |
D | pgalloc.h | 76 #define __pte_free_tlb(tlb,pte) \ macro
|
/arch/avr32/include/asm/ |
D | pgalloc.h | 86 #define __pte_free_tlb(tlb,pte) \ macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 120 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
|
D | tlb.h | 242 __pte_free_tlb(tlb, ptep); \
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 66 #define __pte_free_tlb(tlb, pte) pte_free((tlb)->mm, pte) macro
|
/arch/mips/include/asm/ |
D | pgalloc.h | 101 #define __pte_free_tlb(tlb,pte) \ macro
|
/arch/x86/include/asm/ |
D | pgalloc.h | 49 extern void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte);
|
/arch/x86/mm/ |
D | pgtable.c | 26 void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte) in __pte_free_tlb() function
|