| /linux/arch/arc/include/asm/ |
| H A D | pgtable-levels.h | 174 #define pte_clear(mm,addr,ptep) set_pte_at(mm, addr, ptep, __pte(0)) macro
|
| /linux/arch/csky/include/asm/ |
| H A D | pgtable.h | 34 #define pte_clear(mm, addr, ptep) set_pte((ptep), \ macro
|
| /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
|
| /linux/arch/m68k/include/asm/ |
| H A D | sun3_pgtable.h | 97 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 | 107 #define pte_clear(mm,addr,ptep) ({ pte_val(*(ptep)) = 0; }) macro
|
| H A D | mcf_pgtable.h | 125 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
| /linux/arch/nios2/include/asm/ |
| H A D | pgtable.h | 210 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
| /linux/arch/um/include/asm/ |
| H A D | pgtable.h | 83 #define pte_clear(mm, addr, xp) pte_set_val(*(xp), (phys_t) 0, __pgprot(_PAGE_NEEDSYNC)) macro
|
| /linux/arch/microblaze/include/asm/ |
| H A D | pgtable.h | 222 #define pte_clear(mm, addr, ptep) \ macro
|
| /linux/arch/xtensa/include/asm/ |
| H A D | pgtable.h | 242 #define pte_clear(mm,addr,ptep) \ macro
|
| /linux/arch/openrisc/include/asm/ |
| H A D | pgtable.h | 188 #define pte_clear(mm, addr, xp) do { pte_val(*(xp)) = 0; } while (0) macro
|
| /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 | 948 #define pte_clear(mm,addr,ptep) \ macro
|
| /linux/arch/sh/include/asm/ |
| H A D | pgtable_32.h | 325 #define pte_clear(mm, addr, ptep) set_pte(ptep, __pte(0)) macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 279 #define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0)) macro
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1778 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function 1919 #define pte_clear __pte_clear macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 652 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|