/Linux-v5.4/arch/parisc/include/asm/ |
D | tlb.h | 7 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v5.4/arch/alpha/include/asm/ |
D | tlb.h | 8 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v5.4/arch/nds32/include/asm/ |
D | tlb.h | 10 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tln)->mm, pmd) macro
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/32/ |
D | pgalloc.h | 14 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v5.4/arch/arm/include/asm/ |
D | tlb.h | 62 __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr) in __pmd_free_tlb() function
|
/Linux-v5.4/arch/sh/include/asm/ |
D | pgalloc.h | 37 #define __pmd_free_tlb(tlb, pmdp, addr) \ macro
|
/Linux-v5.4/arch/um/include/asm/ |
D | pgalloc.h | 43 #define __pmd_free_tlb(tlb,x, address) tlb_remove_page((tlb),virt_to_page(x)) macro
|
/Linux-v5.4/arch/arm64/include/asm/ |
D | tlb.h | 52 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, in __pmd_free_tlb() function
|
/Linux-v5.4/arch/m68k/include/asm/ |
D | sun3_pgalloc.h | 44 #define __pmd_free_tlb(tlb, x, addr) 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
|
D | mcf_pgalloc.h | 48 #define __pmd_free_tlb(tlb, pmd, address) do { } while (0) macro
|
/Linux-v5.4/arch/riscv/include/asm/ |
D | pgalloc.h | 75 #define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/32/ |
D | pgalloc.h | 25 #define __pmd_free_tlb(tlb,x,a) do { } while (0) macro
|
/Linux-v5.4/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
|
/Linux-v5.4/arch/powerpc/include/asm/nohash/64/ |
D | pgalloc.h | 59 #define __pmd_free_tlb(tlb, pmd, addr) \ macro
|
/Linux-v5.4/arch/microblaze/include/asm/ |
D | pgalloc.h | 67 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v5.4/arch/mips/include/asm/ |
D | pgalloc.h | 78 #define __pmd_free_tlb(tlb, x, addr) pmd_free((tlb)->mm, x) macro
|
/Linux-v5.4/arch/ia64/include/asm/ |
D | pgalloc.h | 72 #define __pmd_free_tlb(tlb, pmd, address) pmd_free((tlb)->mm, pmd) macro
|
/Linux-v5.4/include/asm-generic/ |
D | pgtable-nopmd.h | 63 #define __pmd_free_tlb(tlb, x, a) do { } while (0) macro
|
/Linux-v5.4/arch/powerpc/include/asm/book3s/64/ |
D | pgalloc.h | 143 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|
/Linux-v5.4/arch/x86/include/asm/ |
D | pgalloc.h | 115 static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd, in __pmd_free_tlb() function
|