/Linux-v6.1/arch/alpha/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v6.1/arch/parisc/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v6.1/arch/um/include/asm/ |
D | pgalloc.h | 36 #define __pmd_free_tlb(tlb, pmd, address) \ macro
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v6.1/arch/arm/include/asm/ |
D | tlb.h | 57 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb() function
|
/Linux-v6.1/arch/sh/include/asm/ |
D | pgalloc.h | 19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) macro
|
/Linux-v6.1/arch/ia64/include/asm/ |
D | pgalloc.h | 48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v6.1/arch/arm64/include/asm/ |
D | tlb.h | 83 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
|
/Linux-v6.1/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 62 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/Linux-v6.1/arch/arc/include/asm/ |
D | pgalloc.h | 91 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v6.1/arch/sparc/include/asm/ |
D | pgalloc_32.h | 51 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
D | pgalloc_64.h | 108 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/Linux-v6.1/arch/m68k/include/asm/ |
D | motorola_pgalloc.h | 64 static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v6.1/arch/loongarch/include/asm/ |
D | pgalloc.h | 83 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v6.1/arch/mips/include/asm/ |
D | pgalloc.h | 84 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v6.1/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 152 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v6.1/arch/riscv/include/asm/ |
D | pgalloc.h | 152 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v6.1/arch/x86/include/asm/ |
D | pgalloc.h | 90 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v6.1/include/asm-generic/ |
D | tlb.h | 647 __pmd_free_tlb(tlb, pmdp, address); \
|