Home
last modified time | relevance | path

Searched defs:__pmd_free_tlb (Results 1 – 19 of 19) sorted by relevance

/linux-3.4.99/arch/parisc/include/asm/
Dtlb.h24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/linux-3.4.99/arch/alpha/include/asm/
Dtlb.h13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
/linux-3.4.99/arch/um/include/asm/
Dpgalloc.h55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) macro
/linux-3.4.99/arch/frv/include/asm/
Dpgalloc.h65 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
/linux-3.4.99/arch/powerpc/include/asm/
Dpgalloc-32.h20 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
Dpgalloc-64.h133 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
/linux-3.4.99/arch/tile/include/asm/
Dpgalloc.h118 #define __pmd_free_tlb(tlb, pmdp, address) \ macro
/linux-3.4.99/arch/m68k/include/asm/
Dmotorola_pgalloc.h75 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
Dsun3_pgalloc.h83 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
Dmcf_pgalloc.h49 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
/linux-3.4.99/include/asm-generic/
Dpgtable-nopmd.h62 #define __pmd_free_tlb(tlb, x, a) do { } while (0) macro
/linux-3.4.99/arch/m32r/include/asm/
Dpgalloc.h71 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
/linux-3.4.99/arch/mips/include/asm/
Dpgalloc.h124 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
/linux-3.4.99/arch/sparc/include/asm/
Dpgalloc_64.h123 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
Dpgalloc_32.h48 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
/linux-3.4.99/arch/ia64/include/asm/
Dpgalloc.h70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
/linux-3.4.99/arch/x86/include/asm/
Dpgalloc.h94 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
/linux-3.4.99/arch/arm/include/asm/
Dtlb.h213 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
/linux-3.4.99/arch/microblaze/include/asm/
Dpgalloc.h180 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro