Symbol: __pte_free_tlb
arch/alpha/include/asm/tlb.h
7
#define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte))
arch/arc/include/asm/pgalloc.h
90
#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
arch/arm/include/asm/tlb.h
33
__pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte, unsigned long addr)
arch/arm64/include/asm/tlb.h
76
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte,
arch/csky/include/asm/pgalloc.h
64
#define __pte_free_tlb(tlb, pte, address) \
arch/hexagon/include/asm/pgalloc.h
90
#define __pte_free_tlb(tlb, pte, addr) \
arch/loongarch/include/asm/pgalloc.h
58
#define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte))
arch/m68k/include/asm/mcf_pgalloc.h
39
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable,
arch/m68k/include/asm/motorola_pgalloc.h
47
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pgtable,
arch/m68k/include/asm/sun3_pgalloc.h
20
#define __pte_free_tlb(tlb, pte, addr) \
arch/microblaze/include/asm/pgalloc.h
28
#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, (pte))
arch/mips/include/asm/pgalloc.h
51
#define __pte_free_tlb(tlb, pte, address) tlb_remove_ptdesc((tlb), page_ptdesc(pte))
arch/nios2/include/asm/pgalloc.h
31
#define __pte_free_tlb(tlb, pte, addr) \
arch/openrisc/include/asm/pgalloc.h
67
#define __pte_free_tlb(tlb, pte, addr) \
arch/parisc/include/asm/tlb.h
10
#define __pte_free_tlb(tlb, pte, addr) tlb_remove_ptdesc((tlb), page_ptdesc(pte))
arch/powerpc/include/asm/book3s/32/pgalloc.h
73
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
arch/powerpc/include/asm/book3s/64/pgalloc.h
170
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
arch/powerpc/include/asm/nohash/pgalloc.h
70
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t table,
arch/riscv/include/asm/pgalloc.h
133
static inline void __pte_free_tlb(struct mmu_gather *tlb, pgtable_t pte,
arch/sh/include/asm/pgalloc.h
35
#define __pte_free_tlb(tlb, pte, addr) \
arch/sparc/include/asm/pgalloc_32.h
75
#define __pte_free_tlb(tlb, pte, addr) pte_free((tlb)->mm, pte)
arch/sparc/include/asm/pgalloc_64.h
106
static inline void __pte_free_tlb(struct mmu_gather *tlb, pte_t *pte,
arch/um/include/asm/pgalloc.h
28
#define __pte_free_tlb(tlb, pte, address) \
arch/x86/include/asm/pgalloc.h
56
static inline void __pte_free_tlb(struct mmu_gather *tlb, struct page *pte,
arch/xtensa/include/asm/tlb.h
19
#define __pte_free_tlb(tlb, pte, address) pte_free((tlb)->mm, pte)