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