/openbmc/linux/arch/mips/include/asm/ |
H A 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
|
/openbmc/linux/arch/arc/include/asm/ |
H A D | pgtable-levels.h | 175 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/openbmc/linux/arch/nios2/include/asm/ |
H A D | pgtable.h | 205 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/openbmc/linux/arch/m68k/include/asm/ |
H 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
|
H A D | motorola_pgtable.h | 113 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
H A D | mcf_pgtable.h | 131 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/openbmc/linux/arch/hexagon/include/asm/ |
H A D | pgtable.h | 176 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/openbmc/linux/arch/csky/include/asm/ |
H A D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/32/ |
H A D | pgtable.h | 170 #define pte_clear(mm, addr, ptep) \ macro
|
/openbmc/linux/arch/um/include/asm/ |
H A D | pgtable.h | 81 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
|
/openbmc/linux/arch/arm/include/asm/ |
H A D | pgtable.h | 174 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/openbmc/linux/arch/powerpc/include/asm/nohash/64/ |
H A D | pgtable.h | 250 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/openbmc/linux/arch/openrisc/include/asm/ |
H A D | pgtable.h | 205 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/openbmc/linux/arch/microblaze/include/asm/ |
H A D | pgtable.h | 223 #define pte_clear(mm, addr, ptep) \ macro
|
/openbmc/linux/arch/xtensa/include/asm/ |
H A D | pgtable.h | 243 #define pte_clear(mm,addr,ptep) \ macro
|
/openbmc/linux/arch/sparc/include/asm/ |
H A D | pgtable_32.h | 163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
H A D | pgtable_64.h | 947 #define pte_clear(mm,addr,ptep) \ macro
|
/openbmc/linux/arch/alpha/include/asm/ |
H A D | pgtable.h | 233 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/openbmc/linux/arch/sh/include/asm/ |
H A D | pgtable_32.h | 325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
/openbmc/linux/arch/powerpc/include/asm/book3s/32/ |
H A D | pgtable.h | 237 #define pte_clear(mm, addr, ptep) \ macro
|
/openbmc/linux/arch/ia64/include/asm/ |
H A D | pgtable.h | 231 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
|
/openbmc/linux/arch/parisc/include/asm/ |
H A D | pgtable.h | 279 #define pte_clear(mm, addr, xp) set_pte(xp, __pte(0)) macro
|
/openbmc/linux/arch/loongarch/include/asm/ |
H A D | pgtable.h | 350 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/openbmc/linux/arch/x86/include/asm/ |
H A D | paravirt.h | 536 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/openbmc/linux/arch/riscv/include/asm/ |
H A D | pgtable.h | 546 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|