Home
last modified time | relevance | path

Searched defs:pte_clear (Results 1 – 14 of 14) sorted by relevance

/linux/arch/arc/include/asm/
H A Dpgtable-levels.h174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux/arch/m68k/include/asm/
H A Dsun3_pgtable.h97 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h107 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h125 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/powerpc/include/asm/nohash/
H A Dpgtable.h135 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/sh/include/asm/
H A Dpgtable_32.h325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux/arch/powerpc/include/asm/book3s/32/
H A Dpgtable.h213 #define pte_clear(mm, addr, ptep) \ macro
/linux/arch/parisc/include/asm/
H A Dpgtable.h268 #define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0)) macro
/linux/arch/loongarch/include/asm/
H A Dpgtable.h374 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux/arch/arm64/include/asm/
H A Dpgtable.h1789 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
1934 #define pte_clear __pte_clear macro
/linux/arch/riscv/include/asm/
H A Dpgtable.h637 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux/arch/powerpc/include/asm/book3s/64/
H A Dpgtable.h449 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux/arch/x86/include/asm/
H A Dpgtable.h88 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) macro
/linux/arch/s390/include/asm/
H A Dpgtable.h1009 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function