Searched refs:pte_dirty (Results 1 – 4 of 4) sorted by relevance
75 if (!pte_dirty(__pte)) \145 #define pte_maybe_dirty(pte) pte_dirty(pte)
194 static inline int pte_dirty(pte_t pte) { return pte.pte_low & _PAGE_MODIFIED; } in pte_dirty() function250 static inline int pte_dirty(pte_t pte) { return pte_val(pte) & _PAGE_MODIFIED; } in pte_dirty() function
244 #define pte_dirty(pte) (pte_val(pte) & L_PTE_DIRTY) macro
218 static inline int pte_dirty(pte_t pte) { return (pte).pte_low & _PAGE_DIRTY; } in pte_dirty() function