/Linux-v4.19/arch/alpha/include/asm/ |
D | tlb.h | 14 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v4.19/arch/nds32/include/asm/ |
D | tlb.h | 26 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd) macro
|
/Linux-v4.19/arch/parisc/include/asm/ |
D | tlb.h | 25 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v4.19/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 | 159 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
|
/Linux-v4.19/arch/arm/include/asm/ |
D | tlb.h | 268 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function 284 #define pmd_free_tlb(tlb, pmdp, addr) __pmd_free_tlb(tlb, pmdp, addr)
|
/Linux-v4.19/arch/arm64/include/asm/ |
D | tlb.h | 68 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
|
/Linux-v4.19/include/asm-generic/ |
D | pgtable-nopmd.h | 63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) macro
|
D | tlb.h | 289 __pmd_free_tlb(tlb, pmdp, address); \
|
/Linux-v4.19/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 83 #define __pmd_free_tlb(tlb, x, addr) do { } while (0) macro
|
D | mcf_pgalloc.h | 51 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
|
D | motorola_pgalloc.h | 80 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v4.19/arch/sparc/include/asm/ |
D | pgalloc_32.h | 53 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
D | pgalloc_64.h | 113 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/Linux-v4.19/arch/riscv/include/asm/ |
D | pgalloc.h | 81 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v4.19/arch/ia64/include/asm/ |
D | pgalloc.h | 71 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
D | tlb.h | 300 __pmd_free_tlb(tlb, ptep, address); \
|
/Linux-v4.19/arch/mips/include/asm/ |
D | pgalloc.h | 109 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 50 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 50 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v4.19/arch/microblaze/include/asm/ |
D | pgalloc.h | 186 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v4.19/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 177 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/Linux-v4.19/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 167 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v4.19/arch/x86/include/asm/ |
D | pgalloc.h | 121 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|