Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_ES (Results 1 – 12 of 12) sorted by relevance

/freebsd-12.1/sys/amd64/vmm/amd/
H A Dvmcb.c75 case VM_REG_GUEST_ES: in vmcb_segptr()
222 case VM_REG_GUEST_ES: in vmcb_read()
321 case VM_REG_GUEST_ES: in vmcb_write()
400 case VM_REG_GUEST_ES: in vmcb_setdesc()
H A Dsvm.c704 vis->seg_name = VM_REG_GUEST_ES; in svm_inout_str_seginfo()
/freebsd-12.1/lib/libvmmapi/
H A Dvmmapi_freebsd.c137 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 Dvmmapi.c1089 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_ES, in vcpu_reset()
1109 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_ES, sel)) != 0) in vcpu_reset()
/freebsd-12.1/usr.sbin/bhyve/
H A Dtask_switch.c333 case VM_REG_GUEST_ES: in validate_seg_desc()
452 tss->tss_es = GETREG(ctx, vcpu, VM_REG_GUEST_ES); in tss32_save()
550 SETREG(ctx, vcpu, VM_REG_GUEST_ES, tss->tss_es); in tss32_restore()
599 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_ES, &seg_desc, in tss32_restore()
603 update_seg_desc(ctx, vcpu, VM_REG_GUEST_ES, &seg_desc); in tss32_restore()
H A Dgdb.c123 VM_REG_GUEST_ES,
/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.c97 case VM_REG_GUEST_ES: in vmcs_field_encoding()
134 case VM_REG_GUEST_ES: in vmcs_seg_desc_encoding()
H A Dvmx.c1910 vis->seg_name = VM_REG_GUEST_ES; in inout_str_seginfo()
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c871 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_ES, in get_all_segments()
964 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_ES, &es); in get_all_segments()
1940 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_ES, in main()
1991 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_ES, es); in main()
/freebsd-12.1/sys/amd64/include/
H A Dvmm.h76 VM_REG_GUEST_ES, enumerator
/freebsd-12.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c835 PROT_WRITE, VM_REG_GUEST_ES, VM_REG_GUEST_RDI, &dstaddr, in emulate_movs()
1797 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla()
2226 *seg = VM_REG_GUEST_ES; in segment_override()
H A Dvmm.c1063 case VM_REG_GUEST_ES: in is_segment_register()
2584 VM_REG_GUEST_ES, in vm_segment_name() enumerator