Home
last modified time | relevance | path

Searched refs:cs (Results 1 – 10 of 10) sorted by relevance

/hypervisor/arch/x86/guest/
A Dvcpu.c349 for (seg = &(ectx->cs); seg <= &(ectx->gs); seg++) { in set_vcpu_regs()
358 ectx->cs.attr = vcpu_regs->cs_ar; in set_vcpu_regs()
359 ectx->cs.base = vcpu_regs->cs_base; in set_vcpu_regs()
360 ectx->cs.limit = vcpu_regs->cs_limit; in set_vcpu_regs()
499 ectx->cs.selector = (uint16_t)((entry >> 4U) & 0xFFFFU); in set_vcpu_startup_entry()
500 ectx->cs.base = ectx->cs.selector << 4U; in set_vcpu_startup_entry()
A Dtrusty.c133 save_segment(ext_ctx->cs, VMX_GUEST_CS); in save_world_ctx()
186 load_segment(ext_ctx->cs, VMX_GUEST_CS); in load_world_ctx()
A Dvmcs.c46 load_segment(ectx->cs, VMX_GUEST_CS); in init_guest_vmx()
108 CPU_SEG_READ(cs, &value16); in init_host_state()
A Dvirq.c345 ctx.cs = exec_vmread32(VMX_GUEST_CS_SEL); in external_interrupt_vmexit_handler()
/hypervisor/arch/x86/boot/
A Dtrampoline.S83 mov %cs, %ax
/hypervisor/include/arch/x86/asm/
A Dcpu.h394 struct segment_sel cs; member
434 uint64_t cs; member
/hypervisor/debug/
A Ddump.c235 ctx->error_code, ctx->cs, ctx->ss); in dump_intr_excp_frame()
A Dprofiling.c629 psample->csample.cs in profiling_pmi_handler()
644 psample->csample.cs = (uint32_t)irqd->ctx_cs; in profiling_pmi_handler()
/hypervisor/include/debug/
A Dprofiling_internal.h253 uint32_t cs; member
/hypervisor/arch/x86/
A Dirq.c204 irqd->ctx_cs = ctx->cs; in dispatch_interrupt()

Completed in 19 milliseconds