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