Searched refs:pte_hw_dirty (Results 1 – 1 of 1) sorted by relevance
125 #define pte_hw_dirty(pte) (pte_write(pte) && !pte_rdonly(pte)) macro127 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))243 if (pte_hw_dirty(pte)) in pte_wrprotect()1162 if (pte_hw_dirty(pte)) in pte_modify()