/kernel/linux/linux-5.10/arch/alpha/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/kernel/linux/linux-5.10/arch/parisc/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/um/include/asm/ |
D | pgalloc.h | 37 #define __pmd_free_tlb(tlb, pmd, address) \ macro
|
/kernel/linux/linux-5.10/arch/sh/include/asm/ |
D | pgalloc.h | 19 #define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp)) macro
|
/kernel/linux/linux-5.10/arch/ia64/include/asm/ |
D | pgalloc.h | 48 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 59 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/kernel/linux/linux-5.10/arch/riscv/include/asm/ |
D | pgalloc.h | 60 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/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 | 109 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/kernel/linux/linux-5.10/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
|
/kernel/linux/linux-5.10/arch/mips/include/asm/ |
D | pgalloc.h | 85 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/kernel/linux/linux-5.10/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 150 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
D | pgalloc.h | 92 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/kernel/linux/linux-5.10/include/asm-generic/ |
D | tlb.h | 641 __pmd_free_tlb(tlb, pmdp, address); \
|