Symbol: pte_clear
arch/alpha/include/asm/pgtable.h
201
extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/arc/include/asm/pgtable-levels.h
174
#define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0))
arch/arm/include/asm/pgtable.h
163
#define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0)
arch/arm64/include/asm/pgtable.h
1789
static inline void pte_clear(struct mm_struct *mm,
arch/arm64/include/asm/pgtable.h
1934
#define pte_clear __pte_clear
arch/csky/include/asm/pgtable.h
34
#define pte_clear(mm, addr, ptep) set_pte((ptep), \
arch/hexagon/include/asm/pgtable.h
173
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/loongarch/include/asm/pgtable.h
362
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/m68k/include/asm/mcf_pgtable.h
125
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/m68k/include/asm/motorola_pgtable.h
107
#define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; })
arch/m68k/include/asm/sun3_pgtable.h
97
static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/microblaze/include/asm/pgtable.h
212
#define pte_clear(mm, addr, ptep) \
arch/mips/include/asm/pgtable.h
143
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/mips/include/asm/pgtable.h
190
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/nios2/include/asm/pgtable.h
203
static inline void pte_clear(struct mm_struct *mm,
arch/openrisc/include/asm/pgtable.h
184
#define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0)
arch/parisc/include/asm/pgtable.h
268
#define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0))
arch/powerpc/include/asm/book3s/32/pgtable.h
213
#define pte_clear(mm, addr, ptep) \
arch/powerpc/include/asm/book3s/64/pgtable.h
449
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/powerpc/include/asm/nohash/pgtable.h
135
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/riscv/include/asm/pgtable.h
652
static inline void pte_clear(struct mm_struct *mm,
arch/s390/include/asm/pgtable.h
1007
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/sh/include/asm/pgtable_32.h
325
#define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0))
arch/sparc/include/asm/pgtable_32.h
155
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/sparc/include/asm/pgtable_64.h
945
#define pte_clear(mm,addr,ptep) \
arch/um/include/asm/pgtable.h
74
#define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC))
arch/x86/include/asm/paravirt.h
462
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/x86/include/asm/pgtable.h
88
#define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep)
arch/xtensa/include/asm/pgtable.h
238
#define pte_clear(mm,addr,ptep) \