/linux-2.6.39/arch/tile/include/asm/ |
D | pgalloc.h | 88 extern void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, 119 __pte_free_tlb((tlb), virt_to_page(pmdp), (address))
|
/linux-2.6.39/arch/arm/include/asm/ |
D | tlb.h | 176 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, in __pte_free_tlb() function 184 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr)
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | tlb.h | 20 #define __pte_free_tlb(tlb, pte, addr) \ macro
|
/linux-2.6.39/arch/alpha/include/asm/ |
D | tlb.h | 12 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
|
/linux-2.6.39/arch/xtensa/include/asm/ |
D | tlb.h | 45 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
|
/linux-2.6.39/arch/parisc/include/asm/ |
D | tlb.h | 25 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | pgalloc.h | 44 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *ptepage, in __pte_free_tlb() function
|
/linux-2.6.39/arch/mn10300/include/asm/ |
D | pgalloc.h | 53 #define __pte_free_tlb(tlb, pte, addr) tlb_remove_page((tlb), (pte)) macro
|
/linux-2.6.39/arch/frv/include/asm/ |
D | pgalloc.h | 52 #define __pte_free_tlb(tlb,pte,address) \ macro
|
/linux-2.6.39/arch/um/include/asm/ |
D | pgalloc.h | 43 #define __pte_free_tlb(tlb,pte, address) \ macro
|
D | tlb.h | 119 #define pte_free_tlb(tlb, ptep, addr) __pte_free_tlb(tlb, ptep, addr)
|
/linux-2.6.39/arch/cris/include/asm/ |
D | pgalloc.h | 50 #define __pte_free_tlb(tlb,pte,address) \ macro
|
/linux-2.6.39/arch/m32r/include/asm/ |
D | pgalloc.h | 61 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte)) macro
|
/linux-2.6.39/arch/sh/include/asm/ |
D | pgalloc.h | 65 #define __pte_free_tlb(tlb,pte,addr) \ macro
|
/linux-2.6.39/arch/score/include/asm/ |
D | pgalloc.h | 75 #define __pte_free_tlb(tlb, pte, buf) \ macro
|
/linux-2.6.39/arch/avr32/include/asm/ |
D | pgalloc.h | 87 #define __pte_free_tlb(tlb,pte,addr) \ macro
|
/linux-2.6.39/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 35 #define __pte_free_tlb(tlb,pte,addr) \ macro
|
D | motorola_pgalloc.h | 55 static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t page, in __pte_free_tlb() function
|
/linux-2.6.39/include/asm-generic/ |
D | tlb.h | 129 __pte_free_tlb(tlb, ptep, address); \
|
/linux-2.6.39/arch/mips/include/asm/ |
D | pgalloc.h | 101 #define __pte_free_tlb(tlb,pte,address) \ macro
|
/linux-2.6.39/arch/sparc/include/asm/ |
D | pgalloc_32.h | 66 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte) macro
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | pgalloc.h | 120 #define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte) macro
|
D | tlb.h | 242 __pte_free_tlb(tlb, ptep, address); \
|
/linux-2.6.39/arch/microblaze/include/asm/ |
D | pgalloc.h | 166 #define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte)) macro
|
/linux-2.6.39/arch/x86/include/asm/ |
D | pgalloc.h | 56 static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte, in __pte_free_tlb() function
|