/arch/alpha/include/asm/ |
D | tlb.h | 13 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/arch/parisc/include/asm/ |
D | tlb.h | 24 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/arch/frv/include/asm/ |
D | pgalloc.h | 65 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/arch/um/include/asm/ |
D | pgalloc.h | 55 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) macro
|
D | tlb.h | 130 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
|
/arch/arm64/include/asm/ |
D | tlb.h | 66 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
|
/arch/arm/include/asm/ |
D | tlb.h | 245 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function 261 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
|
/arch/m32r/include/asm/ |
D | pgalloc.h | 76 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
|
/arch/sparc/include/asm/ |
D | pgalloc_32.h | 52 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
D | pgalloc_64.h | 114 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 82 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | mcf_pgalloc.h | 49 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
|
D | motorola_pgalloc.h | 79 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/arch/powerpc/include/asm/ |
D | pgalloc-32.h | 20 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
D | pgalloc-64.h | 235 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/arch/mips/include/asm/ |
D | pgalloc.h | 127 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/arch/ia64/include/asm/ |
D | pgalloc.h | 70 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
D | tlb.h | 274 __pmd_free_tlb(tlb, ptep, address); \
|
/arch/tile/include/asm/ |
D | pgalloc.h | 155 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
|
/arch/microblaze/include/asm/ |
D | pgalloc.h | 186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/arch/x86/include/asm/ |
D | pgalloc.h | 103 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|