Home
last modified time | relevance | path

Searched defs:pte_clear (Results 1 - 25 of 59) sorted by relevance

123

/kernel/linux/linux-6.6/arch/arc/include/asm/
H A Dpgtable-levels.h175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/kernel/linux/linux-5.10/arch/loongarch/include/asm/
H A Dpgtable.h72 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h171 #define pte_clear(mm, addr, ptep) \ macro
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dsun3_pgtable.h123 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h137 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h185 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dsun3_pgtable.h103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
H A Dmotorola_pgtable.h113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
H A Dmcf_pgtable.h131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-6.6/arch/csky/include/asm/
H A Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/kernel/linux/linux-6.6/arch/hexagon/include/asm/
H A Dpgtable.h176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/32/
H A Dpgtable.h170 #define pte_clear(mm, addr, ptep) \ macro
/kernel/linux/linux-6.6/arch/nios2/include/asm/
H A Dpgtable.h205 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/kernel/linux/linux-5.10/arch/csky/include/asm/
H A Dpgtable.h36 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/kernel/linux/linux-5.10/arch/arc/include/asm/
H A Dpgtable.h264 #define pte_clear(mm, addr, ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/kernel/linux/linux-5.10/arch/nios2/include/asm/
H A Dpgtable.h219 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/kernel/linux/linux-5.10/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h269 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-5.10/arch/sh/include/asm/
H A Dpgtable_32.h326 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/kernel/linux/linux-5.10/arch/um/include/asm/
H A Dpgtable.h95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/kernel/linux/linux-5.10/arch/arm/include/asm/
H A Dpgtable.h187 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/kernel/linux/linux-5.10/arch/hexagon/include/asm/
H A Dpgtable.h203 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-6.6/arch/mips/include/asm/
H A Dpgtable.h143 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
190 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/kernel/linux/linux-6.6/arch/powerpc/include/asm/nohash/64/
H A Dpgtable.h250 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/kernel/linux/linux-6.6/arch/arm/include/asm/
H A Dpgtable.h172 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/kernel/linux/linux-6.6/arch/sh/include/asm/
H A Dpgtable_32.h325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro

Completed in 18 milliseconds

123