Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_CS (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c70 case VM_REG_GUEST_CS: in vmcb_segptr()
223 case VM_REG_GUEST_CS: in vmcb_read()
322 case VM_REG_GUEST_CS: in vmcb_write()
401 case VM_REG_GUEST_CS: in vmcb_setdesc()
450 if (reg != VM_REG_GUEST_CS && reg != VM_REG_GUEST_TR) { in vmcb_getdesc()
H A Dsvm.c662 error = vmcb_seg(vmcb, VM_REG_GUEST_CS, &seg); in svm_vcpu_mode()
871 error = vmcb_seg(vmcb, VM_REG_GUEST_CS, &seg); in svm_handle_inst_emul()
2592 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_CS, meta); in svm_vmcx_snapshot()
2593 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_CS, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c101 case VM_REG_GUEST_CS: in vmcs_field_encoding()
143 case VM_REG_GUEST_CS: in vmcs_seg_desc_encoding()
H A Dvmx.c4123 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_CS, meta); in vmx_vmcx_snapshot()
4124 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_CS, meta); in vmx_vmcx_snapshot()
/f-stack/freebsd/amd64/include/
H A Dvmm.h79 VM_REG_GUEST_CS, enumerator
/f-stack/freebsd/amd64/vmm/
H A Dvmm.c1091 case VM_REG_GUEST_CS: in is_segment_register()
2626 VM_REG_GUEST_CS, in vm_segment_name() enumerator
H A Dvmm_instruction_emul.c2332 *seg = VM_REG_GUEST_CS; in segment_override()