Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_TR (Results 1 – 10 of 10) sorted by relevance

/freebsd-13.1/lib/libvmmapi/
H A Dvmmapi_freebsd.c160 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_TR, in vm_setup_freebsd_registers_i386()
192 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_TR, gsel)) != 0) in vm_setup_freebsd_registers_i386()
289 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vm_setup_freebsd_registers()
319 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_TR, 0)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi.c1256 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vcpu_reset()
1261 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_TR, sel)) != 0) in vcpu_reset()
/freebsd-13.1/sys/amd64/vmm/amd/
H A Dvmcb.c106 case VM_REG_GUEST_TR: in vmcb_segptr()
230 case VM_REG_GUEST_TR: in vmcb_read()
330 case VM_REG_GUEST_TR: in vmcb_write()
450 if (reg != VM_REG_GUEST_CS && reg != VM_REG_GUEST_TR) { in vmcb_getdesc()
H A Dsvm.c2612 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_TR, meta); in svm_vmcx_snapshot()
2613 err += vmcb_snapshot_desc(sc, vcpu, VM_REG_GUEST_TR, meta); in svm_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyve/
H A Dtask_switch.c804 ot_sel = GETREG(ctx, vcpu, VM_REG_GUEST_TR); in vmexit_task_switch()
817 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_TR, &ot_base, &ot_lim, in vmexit_task_switch()
866 SETREG(ctx, vcpu, VM_REG_GUEST_TR, nt_sel); in vmexit_task_switch()
870 update_seg_desc(ctx, vcpu, VM_REG_GUEST_TR, &nt); in vmexit_task_switch()
/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.c111 case VM_REG_GUEST_TR: in vmcs_field_encoding()
168 case VM_REG_GUEST_TR: in vmcs_seg_desc_encoding()
H A Dvmx.c4138 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_TR, meta); in vmx_vmcx_snapshot()
4139 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_TR, meta); in vmx_vmcx_snapshot()
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c919 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_TR, in get_all_segments()
991 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_TR, &tr); in get_all_segments()
2051 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_TR, in main()
2089 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_TR, tr); in main()
/freebsd-13.1/sys/amd64/include/
H A Dvmm.h85 VM_REG_GUEST_TR, enumerator
/freebsd-13.1/sys/amd64/vmm/
H A Dvmm.c1113 case VM_REG_GUEST_TR: in is_segment_register()