Symbol: __pmd_free_tlb
arch/alpha/include/asm/tlb.h
8
#define __pmd_free_tlb(tlb, pmd, address) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
arch/arc/include/asm/pgalloc.h
86
#define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
arch/arm/include/asm/tlb.h
50
__pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr)
arch/arm64/include/asm/tlb.h
84
static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp,
arch/loongarch/include/asm/pgalloc.h
81
#define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/m68k/include/asm/motorola_pgalloc.h
64
static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
arch/mips/include/asm/pgalloc.h
74
#define __pmd_free_tlb(tlb, x, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(x))
arch/parisc/include/asm/tlb.h
8
#define __pmd_free_tlb(tlb, pmd, addr) tlb_remove_ptdesc((tlb), virt_to_ptdesc(pmd))
arch/powerpc/include/asm/book3s/32/pgalloc.h
31
#define __pmd_free_tlb(tlb,x,a) do { } while (0)
arch/powerpc/include/asm/book3s/64/pgalloc.h
152
static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
arch/powerpc/include/asm/nohash/32/pgalloc.h
14
#define __pmd_free_tlb(tlb,x,a) do { } while (0)
arch/powerpc/include/asm/nohash/64/pgalloc.h
62
#define __pmd_free_tlb(tlb, pmd, addr) \
arch/riscv/include/asm/pgalloc.h
125
static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
arch/sh/include/asm/pgalloc.h
20
#define __pmd_free_tlb(tlb, pmdp, addr) pmd_free((tlb)->mm, (pmdp))
arch/sparc/include/asm/pgalloc_32.h
51
#define __pmd_free_tlb(tlb, pmd, addr) pmd_free((tlb)->mm, pmd)
arch/sparc/include/asm/pgalloc_64.h
112
#define __pmd_free_tlb(tlb, pmd, addr) \
arch/um/include/asm/pgalloc.h
33
#define __pmd_free_tlb(tlb, pmd, address) \
arch/x86/include/asm/pgalloc.h
88
static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,