Home
last modified time | relevance | path

Searched refs:pte_hw_dirty (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/arch/arm64/include/asm/
H A Dpgtable.h117 #define pte_hw_dirty(pte) (pte_write(pte) && !(pte_val(pte) & PTE_RDONLY)) macro
119 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
205 if (pte_hw_dirty(pte)) in pte_wrprotect()
744 if (pte_hw_dirty(pte)) in pte_modify()
/kernel/linux/linux-6.6/arch/arm64/include/asm/
H A Dpgtable.h124 #define pte_hw_dirty(pte) (pte_write(pte) && !pte_rdonly(pte)) macro
126 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
215 if (pte_hw_dirty(pte)) in pte_wrprotect()
825 if (pte_hw_dirty(pte)) in pte_modify()

Completed in 5 milliseconds