Home
last modified time | relevance | path

Searched refs:_PAGE_BIT_DIRTY (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/include/asm-i386/
Dpgtable.h183 #define _PAGE_BIT_DIRTY 6 macro
299 …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()
/linux-2.4.37.9/include/asm-x86_64/
Dpgtable.h205 #define _PAGE_BIT_DIRTY 6 macro
339 …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()