Searched refs:cs_sel (Results 1 – 3 of 3) sorted by relevance
444 uint16_t cs_sel; member
329 uint16_t *sel = &(vcpu_regs->cs_sel); in set_vcpu_regs()418 .cs_sel = REAL_MODE_BSP_INIT_CODE_SEL,437 .cs_sel = 0x10U,
59 uint16_t cs_sel; in is_hypercall_from_ring0() local62 cs_sel = exec_vmread16(VMX_GUEST_CS_SEL); in is_hypercall_from_ring0()64 if ((cs_sel & 0x3U) == 0U) { in is_hypercall_from_ring0()
Completed in 10 milliseconds