Searched defs:_PAGE_USER (Results 1 – 19 of 19) sorted by relevance
22 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
85 #define _PAGE_USER 0x00000040 /* S: User page */ macro
22 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
18 #define _PAGE_USER 0x0002 /* matches one of the PP bits */ macro
50 #define _PAGE_USER 0x0800 /* msb PP bits */ macro
45 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
56 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
61 #define _PAGE_USER (CPLB_USER_RD | CPLB_USER_WR) macro
117 #define _PAGE_USER 0x200 /* PR3-bit : user space access allowed */ macro
49 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
51 #define _PAGE_USER __HVM_PTE_U macro
36 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
17 #define _PAGE_USER 0x040 macro
96 #define _PAGE_USER (1 << _PAGE_BIT_USER) macro
103 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
149 #define _PAGE_USER _PAGE_URE macro
81 #define _PAGE_USER HV_PTE_USER macro
217 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
188 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro