Searched defs:_PAGE_USER (Results 1 – 15 of 15) sorted by relevance
15 #define _PAGE_USER (1 << 4) /* User */ macro
45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
71 #define _PAGE_USER 0x00000040 /* S: User page */ macro
21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
55 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT) macro
56 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
36 #define _PAGE_USER __HVM_PTE_U macro
17 #define _PAGE_USER 0x040 macro
154 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
150 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
143 #define _PAGE_USER _PAGE_URE macro
48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
23 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
51 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
202 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro