Home
last modified time | relevance | path

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

12

/linux-6.12.1/arch/mips/include/asm/
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
/linux-6.12.1/arch/arc/include/asm/
Dpgtable-levels.h175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux-6.12.1/arch/m68k/include/asm/
Dsun3_pgtable.h103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
Dmotorola_pgtable.h113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
Dmcf_pgtable.h131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.12.1/arch/csky/include/asm/
Dpgtable.h34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux-6.12.1/arch/hexagon/include/asm/
Dpgtable.h176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.12.1/arch/nios2/include/asm/
Dpgtable.h210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux-6.12.1/arch/powerpc/include/asm/nohash/
Dpgtable.h129 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-6.12.1/arch/arm/include/asm/
Dpgtable.h174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux-6.12.1/arch/um/include/asm/
Dpgtable.h81 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/linux-6.12.1/arch/xtensa/include/asm/
Dpgtable.h243 #define pte_clear(mm,addr,ptep) \ macro
/linux-6.12.1/arch/openrisc/include/asm/
Dpgtable.h205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-6.12.1/arch/microblaze/include/asm/
Dpgtable.h223 #define pte_clear(mm, addr, ptep) \ macro
/linux-6.12.1/arch/alpha/include/asm/
Dpgtable.h233 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-6.12.1/arch/sparc/include/asm/
Dpgtable_32.h163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
Dpgtable_64.h952 #define pte_clear(mm,addr,ptep) \ macro
/linux-6.12.1/arch/sh/include/asm/
Dpgtable_32.h325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/
Dpgtable.h216 #define pte_clear(mm, addr, ptep) \ macro
/linux-6.12.1/arch/parisc/include/asm/
Dpgtable.h279 #define pte_clear(mm, addr, xp) set_pte(xp, __pte(0)) macro
/linux-6.12.1/arch/loongarch/include/asm/
Dpgtable.h335 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-6.12.1/arch/x86/include/asm/
Dparavirt.h534 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.12.1/arch/arm64/include/asm/
Dpgtable.h1669 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
1799 #define pte_clear __pte_clear macro
/linux-6.12.1/arch/riscv/include/asm/
Dpgtable.h577 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/
Dpgtable.h440 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function

12