Symbol: pte_clear
arch/alpha/include/asm/pgtable.h
207
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
172
#define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0)
arch/arm64/include/asm/pgtable.h
1778
static inline void pte_clear(struct mm_struct *mm,
arch/arm64/include/asm/pgtable.h
1919
#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
176
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/loongarch/include/asm/pgtable.h
370
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
222
#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
210
static inline void pte_clear(struct mm_struct *mm,
arch/openrisc/include/asm/pgtable.h
188
#define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0)
arch/parisc/include/asm/pgtable.h
279
#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
163
static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep)
arch/sparc/include/asm/pgtable_64.h
948
#define pte_clear(mm,addr,ptep) \
arch/um/include/asm/pgtable.h
83
#define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC))
arch/x86/include/asm/paravirt.h
473
static inline void pte_clear(struct mm_struct *mm, unsigned long addr,
arch/x86/include/asm/pgtable.h
96
#define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep)
arch/xtensa/include/asm/pgtable.h
242
#define pte_clear(mm,addr,ptep) \