Searched defs:_PAGE_WRITE (Results 1 – 12 of 12) sorted by relevance
22 #define _PAGE_WRITE (1<<22) macro
19 #define _PAGE_WRITE (1 << 2) /* Writable */ macro
12 #define _PAGE_WRITE (1<<9) macro
12 #define _PAGE_WRITE (1<<2) macro
60 #define _PAGE_WRITE (1<<4) /* Page has user write perm (H) */ macro71 #define _PAGE_WRITE (1<<2) /* Page has user write perm (H) */ macro
144 #define _PAGE_WRITE (1 << _PAGE_WRITE_SHIFT) macro
35 #define _PAGE_WRITE __HVM_PTE_W macro
112 #define _PAGE_WRITE 0x100 /* PR2-bit : write access allowed */ macro
146 #define _PAGE_WRITE (_PAGE_UWE | _PAGE_SWE) macro
213 #define _PAGE_WRITE (1 << xlate_pabit(_PAGE_WRITE_BIT)) macro
18 #define _PAGE_WRITE 0x00002 /* write access allowed */ macro
172 #define _PAGE_WRITE 0x020 /* SW pte write bit */ macro