| /freebsd-13.1/lib/libvmmapi/ |
| H A D | vmmapi_freebsd.c | 137 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers_i386() 179 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers_i386() 264 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vm_setup_freebsd_registers() 306 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, gsel)) != 0) in vm_setup_freebsd_registers()
|
| H A D | vmmapi.c | 1192 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vcpu_reset() 1212 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, sel)) != 0) in vcpu_reset()
|
| /freebsd-13.1/sys/amd64/vmm/amd/ |
| H A D | vmcb.c | 78 case VM_REG_GUEST_ES: in vmcb_segptr() 225 case VM_REG_GUEST_ES: in vmcb_read() 324 case VM_REG_GUEST_ES: in vmcb_write() 403 case VM_REG_GUEST_ES: in vmcb_setdesc()
|
| H A D | svm.c | 725 vis->seg_name = VM_REG_GUEST_ES; in svm_inout_str_seginfo() 2588 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_ES, meta); in svm_vmcx_snapshot() 2589 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_ES, meta); in svm_vmcx_snapshot()
|
| /freebsd-13.1/usr.sbin/bhyve/ |
| H A D | task_switch.c | 334 case VM_REG_GUEST_ES: in validate_seg_desc() 453 tss->tss_es = GETREG(ctx, vcpu, VM_REG_GUEST_ES); in tss32_save() 551 SETREG(ctx, vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore() 600 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore() 604 update_seg_desc(ctx, vcpu, VM_REG_GUEST_ES, &seg_desc); in tss32_restore()
|
| H A D | gdb.c | 158 VM_REG_GUEST_ES,
|
| /freebsd-13.1/sys/amd64/vmm/intel/ |
| H A D | vmcs.c | 99 case VM_REG_GUEST_ES: in vmcs_field_encoding() 138 case VM_REG_GUEST_ES: in vmcs_seg_desc_encoding()
|
| H A D | vmx.c | 2010 vis->seg_name = VM_REG_GUEST_ES; in inout_str_seginfo() 4120 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vmcx_snapshot() 4121 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_ES, meta); in vmx_vmcx_snapshot()
|
| /freebsd-13.1/usr.sbin/bhyvectl/ |
| H A D | bhyvectl.c | 874 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_ES, in get_all_segments() 967 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_ES, &es); in get_all_segments() 2026 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_ES, in main() 2077 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_ES, es); in main()
|
| /freebsd-13.1/sys/amd64/include/ |
| H A D | vmm.h | 78 VM_REG_GUEST_ES, enumerator
|
| /freebsd-13.1/sys/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 850 PROT_WRITE, VM_REG_GUEST_ES, VM_REG_GUEST_RDI, &dstaddr, in emulate_movs() 1893 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla() 2341 *seg = VM_REG_GUEST_ES; in segment_override()
|
| H A D | vmm.c | 1107 case VM_REG_GUEST_ES: in is_segment_register() 2642 VM_REG_GUEST_ES, in vm_segment_name() enumerator
|