Home
last modified time | relevance | path

Searched refs:cs_sel (Results 1 – 3 of 3) sorted by relevance

/hypervisor/include/public/
A Dacrn_common.h444 uint16_t cs_sel; member
/hypervisor/arch/x86/guest/
A Dvcpu.c329 uint16_t *sel = &(vcpu_regs->cs_sel); in set_vcpu_regs()
418 .cs_sel = REAL_MODE_BSP_INIT_CODE_SEL,
437 .cs_sel = 0x10U,
/hypervisor/common/
A Dhypercall.c59 uint16_t cs_sel; in is_hypercall_from_ring0() local
62 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