Searched refs:_PAGE_BIT_DIRTY (Results 1 – 2 of 2) sorted by relevance
183 #define _PAGE_BIT_DIRTY 6 macro299 …e int ptep_test_and_clear_dirty(pte_t *ptep) { return test_and_clear_bit(_PAGE_BIT_DIRTY, ptep); } in ptep_test_and_clear_dirty()302 static inline void ptep_mkdirty(pte_t *ptep) { set_bit(_PAGE_BIT_DIRTY, ptep); } in ptep_mkdirty()
205 #define _PAGE_BIT_DIRTY 6 macro339 …e int ptep_test_and_clear_dirty(pte_t *ptep) { return test_and_clear_bit(_PAGE_BIT_DIRTY, ptep); } in ptep_test_and_clear_dirty()342 static inline void ptep_mkdirty(pte_t *ptep) { set_bit(_PAGE_BIT_DIRTY, ptep); } in ptep_mkdirty()