Searched defs:_PAGE_WRITE (Results 1 – 9 of 9) sorted by relevance
39 #define _PAGE_WRITE (1<<8) /* implemented in software */ macro57 #define _PAGE_WRITE (1<<2) /* implemented in software */ macro87 #define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT) macro
6 #define _PAGE_WRITE (1<<7) /* implemented in software */ macro
65 #define _PAGE_WRITE (1<<8) /* write-enabled */ macro
60 #define _PAGE_WRITE (1 << 9) /* Write enabled. */ macro
49 #define _PAGE_WRITE __HVM_PTE_W macro
119 #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ macro
101 #define _PAGE_WRITE (1UL << _PAGE_BIT_WRITE) macro
150 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE) macro
173 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT)) macro