Home
last modified time | relevance | path

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

12

/linux-6.3-rc2/arch/mips/include/asm/
A Dpgtable.h146 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
193 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
/linux-6.3-rc2/arch/arc/include/asm/
A Dpgtable-levels.h174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
/linux-6.3-rc2/arch/m68k/include/asm/
A Dsun3_pgtable.h103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
A Dmotorola_pgtable.h113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
A Dmcf_pgtable.h131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.3-rc2/arch/nios2/include/asm/
A Dpgtable.h198 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
/linux-6.3-rc2/arch/csky/include/asm/
A Dpgtable.h33 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
/linux-6.3-rc2/arch/hexagon/include/asm/
A Dpgtable.h176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/32/
A Dpgtable.h170 #define pte_clear(mm, addr, ptep) \ macro
/linux-6.3-rc2/arch/um/include/asm/
A Dpgtable.h81 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
/linux-6.3-rc2/arch/powerpc/include/asm/nohash/64/
A Dpgtable.h250 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.3-rc2/arch/arm/include/asm/
A Dpgtable.h172 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
/linux-6.3-rc2/arch/sparc/include/asm/
A Dpgtable_32.h165 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
A Dpgtable_64.h917 #define pte_clear(mm,addr,ptep) \ macro
/linux-6.3-rc2/arch/openrisc/include/asm/
A Dpgtable.h205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
/linux-6.3-rc2/arch/alpha/include/asm/
A Dpgtable.h233 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-6.3-rc2/arch/xtensa/include/asm/
A Dpgtable.h243 #define pte_clear(mm,addr,ptep) \ macro
/linux-6.3-rc2/arch/microblaze/include/asm/
A Dpgtable.h223 #define pte_clear(mm, addr, ptep) \ macro
/linux-6.3-rc2/arch/sh/include/asm/
A Dpgtable_32.h326 #define pte_clear(mm,addr,xp) do { set_pte_at(mm, addr, xp, __pte(0)); } while (0) macro
/linux-6.3-rc2/arch/powerpc/include/asm/book3s/32/
A Dpgtable.h237 #define pte_clear(mm, addr, ptep) \ macro
/linux-6.3-rc2/arch/loongarch/include/asm/
A Dpgtable.h343 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
/linux-6.3-rc2/arch/ia64/include/asm/
A Dpgtable.h230 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
/linux-6.3-rc2/arch/parisc/include/asm/
A Dpgtable.h288 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
/linux-6.3-rc2/arch/x86/include/asm/
A Dparavirt.h543 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
/linux-6.3-rc2/arch/riscv/include/asm/
A Dpgtable.h466 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function

Completed in 44 milliseconds

12