Searched defs:_PAGE_USER (Results 1 – 14 of 14) sorted by relevance
21 #define _PAGE_USER (1 << 4) /* User */ macro
22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
81 #define _PAGE_USER 0x00000040 /* S: User page */ macro
21 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
57 #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
144 #define _PAGE_USER _PAGE_URE macro
155 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
193 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
223 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro
45 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro