Searched defs:_PAGE_WRITE (Results 1 – 6 of 6) sorted by relevance
40 #define _PAGE_WRITE (1<<8) /* implemented in software */ macro66 #define _PAGE_WRITE (1<<2) /* implemented in software */ macro
60 #define _PAGE_WRITE (1<<8) /* write-enabled */ macro
38 #define _PAGE_WRITE (1<<2) /* implemented in software */ macro
132 #define _PAGE_WRITE 0x0000000000000100 /* Writable SW Bit */ macro
141 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT)) macro
307 #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ macro