Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi_freebsd.c147 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers_i386()
185 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
274 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS, in vm_setup_freebsd_registers()
312 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, gsel)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi.c1202 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_GS, in vcpu_reset()
1216 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_GS, sel)) != 0) in vcpu_reset()
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dvmcb.c86 case VM_REG_GUEST_GS: in vmcb_segptr()
227 case VM_REG_GUEST_GS: in vmcb_read()
328 case VM_REG_GUEST_GS: in vmcb_write()
H A Dsvm.c2608 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_GS, meta); in svm_vmcx_snapshot()
2609 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_GS, meta); in svm_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyve/
H A Dtask_switch.c336 case VM_REG_GUEST_GS: in validate_seg_desc()
458 tss->tss_gs = GETREG(ctx, vcpu, VM_REG_GUEST_GS); in tss32_save()
556 SETREG(ctx, vcpu, VM_REG_GUEST_GS, tss->tss_gs); in tss32_restore()
612 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_GS, &seg_desc, in tss32_restore()
616 update_seg_desc(ctx, vcpu, VM_REG_GUEST_GS, &seg_desc); in tss32_restore()
H A Dgdb.c160 VM_REG_GUEST_GS
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.c109 case VM_REG_GUEST_GS: in vmcs_field_encoding()
163 case VM_REG_GUEST_GS: in vmcs_seg_desc_encoding()
H A Dvmx.c4135 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vmcx_snapshot()
4136 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_GS, meta); in vmx_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c892 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_GS, in get_all_segments()
979 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_GS, &gs); in get_all_segments()
2046 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_GS, in main()
2083 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_GS, gs); in main()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c1893 KASSERT(seg >= VM_REG_GUEST_ES && seg <= VM_REG_GUEST_GS, in vie_calculate_gla()
1980 seg != VM_REG_GUEST_GS) { in vie_calculate_gla()
2347 *seg = VM_REG_GUEST_GS; in segment_override()
2874 seg != VM_REG_GUEST_GS) { in verify_gla()
H A Dvmm.c1112 case VM_REG_GUEST_GS: in is_segment_register()
2647 VM_REG_GUEST_GS in vm_segment_name() enumerator
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h83 VM_REG_GUEST_GS, enumerator