| /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/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/powerpc/include/asm/nohash/ |
| H A D | pgtable.h | 135 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
| /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/powerpc/include/asm/book3s/32/ |
| H A D | pgtable.h | 213 #define pte_clear(mm, addr, ptep) \ macro
|
| /linux/arch/parisc/include/asm/ |
| H A D | pgtable.h | 268 #define pte_clear(mm, addr, xp) set_pte_at((mm), (addr), (xp), __pte(0)) macro
|
| /linux/arch/loongarch/include/asm/ |
| H A D | pgtable.h | 374 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|
| /linux/arch/arm64/include/asm/ |
| H A D | pgtable.h | 1789 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function 1934 #define pte_clear __pte_clear macro
|
| /linux/arch/riscv/include/asm/ |
| H A D | pgtable.h | 637 static inline void pte_clear(struct mm_struct *mm, in pte_clear() function
|
| /linux/arch/powerpc/include/asm/book3s/64/ |
| H A D | pgtable.h | 449 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, in pte_clear() function
|
| /linux/arch/x86/include/asm/ |
| H A D | pgtable.h | 88 #define pte_clear(mm, addr, ptep) native_pte_clear(mm, addr, ptep) macro
|
| /linux/arch/s390/include/asm/ |
| H A D | pgtable.h | 1009 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|