/linux-6.3-rc2/arch/mips/include/asm/ |
A D | pgtable.h | 146 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 D | pgtable-levels.h | 174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux-6.3-rc2/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
A D | motorola_pgtable.h | 113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
A D | mcf_pgtable.h | 131 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 D | pgtable.h | 198 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux-6.3-rc2/arch/csky/include/asm/ |
A D | pgtable.h | 33 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/linux-6.3-rc2/arch/hexagon/include/asm/ |
A D | pgtable.h | 176 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 D | pgtable.h | 170 #define pte_clear(mm, addr, ptep) \ macro
|
/linux-6.3-rc2/arch/um/include/asm/ |
A D | pgtable.h | 81 #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 D | pgtable.h | 250 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 D | pgtable.h | 172 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/linux-6.3-rc2/arch/sparc/include/asm/ |
A D | pgtable_32.h | 165 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
A D | pgtable_64.h | 917 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-6.3-rc2/arch/openrisc/include/asm/ |
A D | pgtable.h | 205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-6.3-rc2/arch/alpha/include/asm/ |
A D | pgtable.h | 233 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 D | pgtable.h | 243 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-6.3-rc2/arch/microblaze/include/asm/ |
A D | pgtable.h | 223 #define pte_clear(mm, addr, ptep) \ macro
|
/linux-6.3-rc2/arch/sh/include/asm/ |
A D | pgtable_32.h | 326 #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 D | pgtable.h | 237 #define pte_clear(mm, addr, ptep) \ macro
|
/linux-6.3-rc2/arch/loongarch/include/asm/ |
A D | pgtable.h | 343 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 D | pgtable.h | 230 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
|
/linux-6.3-rc2/arch/parisc/include/asm/ |
A D | pgtable.h | 288 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
|
/linux-6.3-rc2/arch/x86/include/asm/ |
A D | paravirt.h | 543 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 D | pgtable.h | 466 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|