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

/linux-master/arch/arm64/include/asm/
H A Dpgtable.h130 #define pte_hw_dirty(pte) (pte_write(pte) && !pte_rdonly(pte)) macro
132 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))
225 if (pte_hw_dirty(pte))
1033 if (pte_hw_dirty(pte))

Completed in 89 milliseconds