Home
last modified time | relevance | path

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

/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi_freebsd.c152 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vm_setup_freebsd_registers_i386()
188 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, gsel)) != 0) in vm_setup_freebsd_registers_i386()
279 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vm_setup_freebsd_registers()
315 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, gsel)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi.c1182 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_SS, in vcpu_reset()
1208 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_SS, sel)) != 0) in vcpu_reset()
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dvmcb.c90 case VM_REG_GUEST_SS: in vmcb_segptr()
228 case VM_REG_GUEST_SS: in vmcb_read()
325 case VM_REG_GUEST_SS: in vmcb_write()
404 case VM_REG_GUEST_SS: in vmcb_setdesc()
H A Dsvm.c2596 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_SS, meta); in svm_vmcx_snapshot()
2597 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_SS, meta); in svm_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyve/
H A Dtask_switch.c330 case VM_REG_GUEST_SS: in validate_seg_desc()
455 tss->tss_ss = GETREG(ctx, vcpu, VM_REG_GUEST_SS); in tss32_save()
553 SETREG(ctx, vcpu, VM_REG_GUEST_SS, tss->tss_ss); in tss32_restore()
586 error = validate_seg_desc(ctx, vcpu, ts, VM_REG_GUEST_SS, &seg_desc2, in tss32_restore()
591 update_seg_desc(ctx, vcpu, VM_REG_GUEST_SS, &seg_desc2); in tss32_restore()
641 stacksel = GETREG(ctx, vcpu, VM_REG_GUEST_SS); in push_errcode()
643 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_SS, &seg_desc.base, in push_errcode()
670 if (vie_calculate_gla(paging->cpu_mode, VM_REG_GUEST_SS, in push_errcode()
H A Dgdb.c156 VM_REG_GUEST_SS,
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.c103 case VM_REG_GUEST_SS: in vmcs_field_encoding()
148 case VM_REG_GUEST_SS: in vmcs_seg_desc_encoding()
H A Dvmx.c4126 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_SS, meta); in vmx_vmcx_snapshot()
4127 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_SS, meta); in vmx_vmcx_snapshot()
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm_instruction_emul.c738 if (seg == VM_REG_GUEST_SS) in get_gla()
746 if (seg == VM_REG_GUEST_SS) in get_gla()
1555 error = vm_get_seg_desc(vm, vcpuid, VM_REG_GUEST_SS, &ss_desc); in emulate_stack_op()
1576 if (vie_calculate_gla(paging->cpu_mode, VM_REG_GUEST_SS, &ss_desc, in emulate_stack_op()
2335 *seg = VM_REG_GUEST_SS; in segment_override()
2870 seg = VM_REG_GUEST_SS; in verify_gla()
H A Dvmm.c1109 case VM_REG_GUEST_SS: in is_segment_register()
2644 VM_REG_GUEST_SS, in vm_segment_name() enumerator
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c901 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_SS, in get_all_segments()
985 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_SS, &ss); in get_all_segments()
2031 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_SS, in main()
2086 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_SS, ss); in main()
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h80 VM_REG_GUEST_SS, enumerator