Searched refs:VM_REG_GUEST_ES (Results 1 – 12 of 12) sorted by relevance
| /src/lib/libvmmapi/amd64/ |
| H A D | vmmapi_freebsd_machdep.c | 133 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers_i386() 175 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers_i386() 260 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers() 302 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi_machdep.c | 489 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vcpu_reset() 509 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, sel)) != 0) in vcpu_reset()
|
| /src/sys/amd64/vmm/amd/ |
| H A D | vmcb.c | 77 case VM_REG_GUEST_ES: in vmcb_segptr() 223 case VM_REG_GUEST_ES: in vmcb_read() 338 case VM_REG_GUEST_ES: in vmcb_write() 415 case VM_REG_GUEST_ES: in vmcb_setdesc()
|
| H A D | svm.c | 764 vis->seg_name = VM_REG_GUEST_ES; in svm_inout_str_seginfo() 2648 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_ES, meta); in svm_vcpu_snapshot() 2649 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_ES, meta); in svm_vcpu_snapshot()
|
| /src/usr.sbin/bhyve/amd64/ |
| H A D | task_switch.c | 330 case VM_REG_GUEST_ES: in validate_seg_desc() 449 tss->tss_es = GETREG(vcpu, VM_REG_GUEST_ES); in tss32_save() 547 SETREG(vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore() 596 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore() 600 update_seg_desc(vcpu, VM_REG_GUEST_ES, &seg_desc); in tss32_restore()
|
| /src/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 94 case VM_REG_GUEST_ES: in vmcs_field_encoding() 136 case VM_REG_GUEST_ES: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 2064 vis->seg_name = VM_REG_GUEST_ES; in inout_str_seginfo() 4172 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vcpu_snapshot() 4173 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vcpu_snapshot()
|
| /src/usr.sbin/bhyvectl/amd64/ |
| H A D | bhyvectl_machdep.c | 656 error = vm_get_desc(vcpu, VM_REG_GUEST_ES, in get_all_segments() 749 error = vm_get_register(vcpu, VM_REG_GUEST_ES, &es); in get_all_segments() 1610 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in bhyvectl_md_main() 1661 error = vm_set_register(vcpu, VM_REG_GUEST_ES, set_es_val); in bhyvectl_md_main()
|
| /src/sys/amd64/include/ |
| H A D | vmm.h | 79 VM_REG_GUEST_ES, enumerator
|
| /src/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 840 PROT_WRITE, VM_REG_GUEST_ES, VM_REG_GUEST_RDI, &dstaddr, in emulate_movs() 1891 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla() 2339 *seg = VM_REG_GUEST_ES; in segment_override()
|
| H A D | vmm.c | 641 case VM_REG_GUEST_ES: in is_segment_register() 1811 VM_REG_GUEST_ES, in vm_segment_name() enumerator
|
| /src/usr.sbin/bhyve/ |
| H A D | gdb.c | 194 { .id = VM_REG_GUEST_ES, .size = 4 },
|