Home
last modified time | relevance | path

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

/linux-2.4.37.9/include/asm-parisc/
Dpgtable.h126 #define _PAGE_DIRTY_BIT 26 /* (0x020) Page Dirty (D bit) */ macro
146 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
383 return test_and_clear_bit(xlate_pabit(_PAGE_DIRTY_BIT), ptep); in ptep_test_and_clear_dirty()
432 set_bit(xlate_pabit(_PAGE_DIRTY_BIT), ptep); in ptep_mkdirty()