/linux/arch/mips/include/asm/ |
A D | pgtable.h | 163 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function 210 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) function
|
/linux/arch/arc/include/asm/ |
A D | pgtable-levels.h | 176 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
/linux/arch/m68k/include/asm/ |
A D | sun3_pgtable.h | 123 static inline void pte_clear (struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
A D | motorola_pgtable.h | 139 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
A D | mcf_pgtable.h | 187 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/nios2/include/asm/ |
A D | pgtable.h | 217 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux/arch/csky/include/asm/ |
A D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
/linux/arch/hexagon/include/asm/ |
A D | pgtable.h | 200 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/powerpc/include/asm/nohash/32/ |
A D | pgtable.h | 169 #define pte_clear(mm, addr, ptep) \ macro
|
/linux/arch/um/include/asm/ |
A D | pgtable.h | 95 #define pte_clear(mm,addr,xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEWPAGE)) macro
|
/linux/arch/powerpc/include/asm/nohash/64/ |
A D | pgtable.h | 262 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
/linux/arch/arm/include/asm/ |
A D | pgtable.h | 187 #define pte_clear(mm,addr,ptep) set_pte_ext(ptep, __pte(0), 0) macro
|
/linux/arch/sparc/include/asm/ |
A D | pgtable_32.h | 179 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
A D | pgtable_64.h | 932 #define pte_clear(mm,addr,ptep) \ macro
|
/linux/arch/microblaze/include/asm/ |
A D | pgtable.h | 237 #define pte_clear(mm, addr, ptep) \ macro
|
/linux/arch/openrisc/include/asm/ |
A D | pgtable.h | 220 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
/linux/arch/alpha/include/asm/ |
A D | pgtable.h | 246 extern inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
/linux/arch/xtensa/include/asm/ |
A D | pgtable.h | 257 #define pte_clear(mm,addr,ptep) \ macro
|
/linux/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/arch/nds32/include/asm/ |
A D | pgtable.h | 186 #define pte_clear(mm,addr,ptep) set_pte_at((mm),(addr),(ptep), __pte(0)) macro
|
/linux/arch/powerpc/include/asm/book3s/32/ |
A D | pgtable.h | 253 #define pte_clear(mm, addr, ptep) \ macro
|
/linux/arch/parisc/include/asm/ |
A D | pgtable.h | 312 #define pte_clear(mm, addr, xp) set_pte_at(mm, addr, xp, __pte(0)) macro
|
/linux/arch/ia64/include/asm/ |
A D | pgtable.h | 261 #define pte_clear(mm,addr,pte) (pte_val(*(pte)) = 0UL) macro
|
/linux/arch/riscv/include/asm/ |
A D | pgtable.h | 429 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
/linux/arch/x86/include/asm/ |
A D | paravirt.h | 541 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|