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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/asm-parisc/
H A Dpgtable.h131 #define _PAGE_DIRTY_BIT 26 /* (0x020) Page Dirty (D bit) */ macro
132 #define _PAGE_FILE_BIT _PAGE_DIRTY_BIT /* overload this bit */
167 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT))
446 return test_and_clear_bit(xlate_pabit(_PAGE_DIRTY_BIT), &pte_val(*ptep));

Completed in 11 milliseconds