Searched defs:pte_clear (Results 1 – 9 of 9) sorted by relevance
| /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 | 381 static inline void pte_clear(struct mm_struct *mm, unsigned long addr, pte_t *ptep) in pte_clear() function
|