| /freebsd-14.2/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 134 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers_i386() 176 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers_i386() 261 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers() 303 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1240 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in vcpu_reset() 1260 if ((error = vm_set_register(vcpu, VM_REG_GUEST_ES, sel)) != 0) in vcpu_reset()
|
| /freebsd-14.2/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 | 729 vis->seg_name = VM_REG_GUEST_ES; in svm_inout_str_seginfo() 2623 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_ES, meta); in svm_vcpu_snapshot() 2624 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_ES, meta); in svm_vcpu_snapshot()
|
| /freebsd-14.2/usr.sbin/bhyve/amd64/ |
| H A D | task_switch.c | 331 case VM_REG_GUEST_ES: in validate_seg_desc() 450 tss->tss_es = GETREG(vcpu, VM_REG_GUEST_ES); in tss32_save() 548 SETREG(vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore() 597 error = validate_seg_desc(vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore() 601 update_seg_desc(vcpu, VM_REG_GUEST_ES, &seg_desc); in tss32_restore()
|
| /freebsd-14.2/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 95 case VM_REG_GUEST_ES: in vmcs_field_encoding() 137 case VM_REG_GUEST_ES: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 2053 vis->seg_name = VM_REG_GUEST_ES; in inout_str_seginfo() 4159 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vcpu_snapshot() 4160 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vcpu_snapshot()
|
| /freebsd-14.2/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 686 error = vm_get_desc(vcpu, VM_REG_GUEST_ES, in get_all_segments() 779 error = vm_get_register(vcpu, VM_REG_GUEST_ES, &es); in get_all_segments() 1897 error = vm_set_desc(vcpu, VM_REG_GUEST_ES, in main() 1948 error = vm_set_register(vcpu, VM_REG_GUEST_ES, es); in main()
|
| /freebsd-14.2/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 846 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 | 1268 case VM_REG_GUEST_ES: in is_segment_register() 2749 VM_REG_GUEST_ES, in vm_segment_name() enumerator
|
| /freebsd-14.2/sys/amd64/include/ |
| H A D | vmm.h | 78 VM_REG_GUEST_ES, enumerator
|
| /freebsd-14.2/usr.sbin/bhyve/ |
| H A D | gdb.c | 175 { .id = VM_REG_GUEST_ES, .size = 4 },
|