_PAGE_USER
#define _PAGE_USER __HVM_PTE_U
#define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT)
#define _PAGE_USER 0x010 /* matches one of the zone permission bits */
#define _PAGE_USER _PAGE_URE
#define _PAGE_USER (1 << xlate_pabit(_PAGE_USER_BIT))
#define _PAGE_USER (1 << 4) /* User */
#define _PAGE_USER 0x040 /* PR1-bit : user space access allowed*/
#define _PAGE_USER 0x040
#define _PAGE_USER (_AT(pteval_t, 1) << _PAGE_BIT_USER)
#define _PAGE_USER (1<<4) /* user access (ring=1) */
#define _PAGE_USER (PLV_USER << _PAGE_PLV_SHIFT)