Searched defs:_PAGE_USER (Results 1 – 19 of 19) sorted by relevance
80 #define _PAGE_USER 0x00000040 /* S: User page */ macro
20 #define _PAGE_USER 0x00002 /* S: User page (maps to UR) */ macro
21 #define _PAGE_USER 0x004 /* usermode access allowed */ macro
18 #define _PAGE_USER 0x0002 /* matches one of the PP bits */ macro
44 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
41 #define _PAGE_USER 0x0020 /* Copied to L1 APG lsb */ macro
56 #define _PAGE_USER (_PAGE_BAP_UR | _PAGE_BAP_SR) /* Can be read */ macro
56 #define _PAGE_USER (CPLB_USER_RD | CPLB_USER_WR) macro
51 #define _PAGE_USER __HVM_PTE_U macro
116 #define _PAGE_USER 0x200 /* PR3-bit : user space access allowed */ macro
47 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
17 #define _PAGE_USER 0x040 macro
93 #define _PAGE_USER (1 << _PAGE_BIT_USER) macro
36 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro
148 #define _PAGE_USER _PAGE_URE macro
149 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
81 #define _PAGE_USER HV_PTE_USER macro
211 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
202 #define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT)) macro