Searched defs:_PAGE_USER (Results 1 – 8 of 8) sorted by relevance
15 #define _PAGE_USER (1 << 4) /* User */ macro
57 #define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT) macro
36 #define _PAGE_USER __HVM_PTE_U macro
150 #define _PAGE_USER 0x010 /* matches one of the zone permission bits */ macro
143 #define _PAGE_USER _PAGE_URE macro
154 #define _PAGE_USER (1<<4) /* user access (ring=1) */ macro
48 #define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/ macro
53 #define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER) macro