Searched defs:_PAGE_WRITE (Results 1 – 15 of 15) sorted by relevance
22 #define _PAGE_WRITE (1<<22) macro
13 #define _PAGE_WRITE (1 << 2) /* Writable */ macro
66 #define _PAGE_WRITE 0x00000002 /* S: Write permission */ macro
22 #define _PAGE_WRITE 0x00004 /* S: Write permission (SW) */ macro
9 #define _PAGE_WRITE (1<<9) macro
9 #define _PAGE_WRITE (1<<2) macro
21 #define _PAGE_WRITE (1 << 2) /* User Write (H) */ macro
34 #define _PAGE_WRITE (_ULCAST_(1) << _PAGE_WRITE_SHIFT) macro
42 #define _PAGE_WRITE (_PAGE_BAP_SW | _PAGE_BAP_UW) /* User write permission */ macro
155 #define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT) macro
34 #define _PAGE_WRITE __HVM_PTE_W macro
144 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE) macro
31 #define _PAGE_WRITE 0x400 /* software: user write access allowed */ macro
18 #define _PAGE_WRITE 0x00002 /* write access allowed */ macro
191 #define _PAGE_WRITE 0x020 /* SW pte write bit */ macro