/linux-6.12.1/arch/mips/include/asm/ |
D | pgtable.h | 143 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/ |
D | pgtable-levels.h | 175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux-6.12.1/arch/m68k/include/asm/ |
D | sun3_pgtable.h | 103 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
D | motorola_pgtable.h | 113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
D | mcf_pgtable.h | 131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-6.12.1/arch/csky/include/asm/ |
D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/linux-6.12.1/arch/hexagon/include/asm/ |
D | pgtable.h | 176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-6.12.1/arch/nios2/include/asm/ |
D | pgtable.h | 210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux-6.12.1/arch/powerpc/include/asm/nohash/ |
D | pgtable.h | 129 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/ |
D | pgtable.h | 174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/linux-6.12.1/arch/um/include/asm/ |
D | pgtable.h | 81 #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/ |
D | pgtable.h | 243 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-6.12.1/arch/openrisc/include/asm/ |
D | pgtable.h | 205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux-6.12.1/arch/microblaze/include/asm/ |
D | pgtable.h | 223 #define pte_clear(mm, addr, ptep) \ macro
|
/linux-6.12.1/arch/alpha/include/asm/ |
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.12.1/arch/sparc/include/asm/ |
D | pgtable_32.h | 163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
D | pgtable_64.h | 952 #define pte_clear(mm,addr,ptep) \ macro
|
/linux-6.12.1/arch/sh/include/asm/ |
D | pgtable_32.h | 325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/32/ |
D | pgtable.h | 216 #define pte_clear(mm, addr, ptep) \ macro
|
/linux-6.12.1/arch/parisc/include/asm/ |
D | pgtable.h | 279 #define pte_clear(mm, addr, xp) set_pte(xp, __pte(0)) macro
|
/linux-6.12.1/arch/loongarch/include/asm/ |
D | pgtable.h | 335 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/ |
D | paravirt.h | 534 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux-6.12.1/arch/arm64/include/asm/ |
D | pgtable.h | 1669 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/ |
D | pgtable.h | 577 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux-6.12.1/arch/powerpc/include/asm/book3s/64/ |
D | pgtable.h | 440 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|