Searched refs:pte_hw_dirty (Results 1 – 1 of 1) sorted by relevance
167 #define pte_hw_dirty(pte) (pte_write(pte) && !pte_rdonly(pte)) macro169 #define pte_dirty(pte) (pte_sw_dirty(pte) || pte_hw_dirty(pte))286 if (pte_hw_dirty(pte)) in pte_wrprotect()1236 if (pte_hw_dirty(pte)) in pte_modify()