Searched defs:_PAGE_DIRTY (Results 1 – 18 of 18) sorted by relevance
32 #define _PAGE_DIRTY (1<<27) /* dirty page */ macro
69 #define _PAGE_DIRTY 0x00000010 /* S: Page dirty */ macro
36 #define _PAGE_DIRTY 0x0100 /* C: page changed */ macro
19 #define _PAGE_DIRTY (1<<2) macro
19 #define _PAGE_DIRTY (1<<8) macro
18 #define _PAGE_DIRTY (1 << 7) /* Set by hardware on any write */ macro
24 #define _PAGE_DIRTY (1 << 5) /* Modified (s) */ macro
23 #define _PAGE_DIRTY 0x001000 /* C: page changed */ macro
181 #define _PAGE_DIRTY (1 << _PAGE_DIRTY_SHIFT) macro
70 #define _PAGE_DIRTY (_ULCAST_(1) << _PAGE_DIRTY_SHIFT) macro
14 #define _PAGE_DIRTY 0x010 macro
57 #define _PAGE_DIRTY (CF_PAGE_DIRTY) macro
62 #define _PAGE_DIRTY BIT_ULL(_PAGE_DIRTY_SHIFT) macro
44 #define _PAGE_DIRTY 0x004 /* D-bit : page changed */ macro
28 #define _PAGE_DIRTY 0x080 /* C: page changed */ macro
196 #define _PAGE_DIRTY (1 << xlate_pabit(_PAGE_DIRTY_BIT)) macro
24 #define _PAGE_DIRTY 0x00080 /* C: page changed */ macro
192 #define _PAGE_DIRTY 0x008 /* SW pte dirty bit */ macro