__pmd_free_tlb      8 arch/alpha/include/asm/tlb.h #define __pmd_free_tlb(tlb, pmd, address)		pmd_free((tlb)->mm, pmd)
__pmd_free_tlb     62 arch/arm/include/asm/tlb.h __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp, unsigned long addr)
__pmd_free_tlb     52 arch/arm64/include/asm/tlb.h static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmdp,
__pmd_free_tlb     72 arch/ia64/include/asm/pgalloc.h #define __pmd_free_tlb(tlb, pmd, address)	pmd_free((tlb)->mm, pmd)
__pmd_free_tlb     48 arch/m68k/include/asm/mcf_pgalloc.h #define __pmd_free_tlb(tlb, pmd, address) do { } while (0)
__pmd_free_tlb     80 arch/m68k/include/asm/motorola_pgalloc.h static inline int __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
__pmd_free_tlb     44 arch/m68k/include/asm/sun3_pgalloc.h #define __pmd_free_tlb(tlb, x, addr)	do { } while (0)
__pmd_free_tlb     67 arch/microblaze/include/asm/pgalloc.h #define __pmd_free_tlb(tlb, x, addr)	pmd_free((tlb)->mm, x)
__pmd_free_tlb     78 arch/mips/include/asm/pgalloc.h #define __pmd_free_tlb(tlb, x, addr)	pmd_free((tlb)->mm, x)
__pmd_free_tlb     10 arch/nds32/include/asm/tlb.h #define __pmd_free_tlb(tlb, pmd, addr)	pmd_free((tln)->mm, pmd)
__pmd_free_tlb      7 arch/parisc/include/asm/tlb.h #define __pmd_free_tlb(tlb, pmd, addr)	pmd_free((tlb)->mm, pmd)
__pmd_free_tlb     25 arch/powerpc/include/asm/book3s/32/pgalloc.h #define __pmd_free_tlb(tlb,x,a)		do { } while (0)
__pmd_free_tlb    141 arch/powerpc/include/asm/book3s/64/pgalloc.h static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
__pmd_free_tlb     14 arch/powerpc/include/asm/nohash/32/pgalloc.h #define __pmd_free_tlb(tlb,x,a)		do { } while (0)
__pmd_free_tlb     59 arch/powerpc/include/asm/nohash/64/pgalloc.h #define __pmd_free_tlb(tlb, pmd, addr)		      \
__pmd_free_tlb     75 arch/riscv/include/asm/pgalloc.h #define __pmd_free_tlb(tlb, pmd, addr)  pmd_free((tlb)->mm, pmd)
__pmd_free_tlb     37 arch/sh/include/asm/pgalloc.h #define __pmd_free_tlb(tlb, pmdp, addr)			\
__pmd_free_tlb     51 arch/sparc/include/asm/pgalloc_32.h #define __pmd_free_tlb(tlb, pmd, addr)	pmd_free((tlb)->mm, pmd)
__pmd_free_tlb    109 arch/sparc/include/asm/pgalloc_64.h #define __pmd_free_tlb(tlb, pmd, addr)		      \
__pmd_free_tlb     43 arch/um/include/asm/pgalloc.h #define __pmd_free_tlb(tlb,x, address)   tlb_remove_page((tlb),virt_to_page(x))
__pmd_free_tlb    115 arch/x86/include/asm/pgalloc.h static inline void __pmd_free_tlb(struct mmu_gather *tlb, pmd_t *pmd,
__pmd_free_tlb     63 include/asm-generic/pgtable-nopmd.h #define __pmd_free_tlb(tlb, x, a)		do { } while (0)