Home
last modified time | relevance | path

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

/freebsd-14.2/lib/libvmmapi/
H A Dvmmapi_freebsd.c157 error = vm_set_desc(vcpu, VM_REG_GUEST_TR, in vm_setup_freebsd_registers_i386()
189 if ((error = vm_set_register(vcpu, VM_REG_GUEST_TR, gsel)) != 0) in vm_setup_freebsd_registers_i386()
286 error = vm_set_desc(vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vm_setup_freebsd_registers()
316 if ((error = vm_set_register(vcpu, VM_REG_GUEST_TR, 0)) != 0) in vm_setup_freebsd_registers()
H A Dvmmapi.c1323 error = vm_set_desc(vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vcpu_reset()
1328 if ((error = vm_set_register(vcpu, VM_REG_GUEST_TR, sel)) != 0) in vcpu_reset()
/freebsd-14.2/sys/amd64/vmm/amd/
H A Dvmcb.c105 case VM_REG_GUEST_TR: in vmcb_segptr()
228 case VM_REG_GUEST_TR: in vmcb_read()
344 case VM_REG_GUEST_TR: in vmcb_write()
460 if (reg != VM_REG_GUEST_CS && reg != VM_REG_GUEST_TR) { in vmcb_getdesc()
H A Dsvm.c2647 err += svm_snapshot_reg(vcpu, VM_REG_GUEST_TR, meta); in svm_vcpu_snapshot()
2648 err += vmcb_snapshot_desc(vcpu, VM_REG_GUEST_TR, meta); in svm_vcpu_snapshot()
/freebsd-14.2/usr.sbin/bhyve/amd64/
H A Dtask_switch.c804 ot_sel = GETREG(vcpu, VM_REG_GUEST_TR); in vmexit_task_switch()
817 error = vm_get_desc(vcpu, VM_REG_GUEST_TR, &ot_base, &ot_lim, in vmexit_task_switch()
866 SETREG(vcpu, VM_REG_GUEST_TR, nt_sel); in vmexit_task_switch()
870 update_seg_desc(vcpu, VM_REG_GUEST_TR, &nt); in vmexit_task_switch()
/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.c107 case VM_REG_GUEST_TR: in vmcs_field_encoding()
167 case VM_REG_GUEST_TR: in vmcs_seg_desc_encoding()
H A Dvmx.c4177 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_TR, meta); in vmx_vcpu_snapshot()
4178 err += vmcs_snapshot_desc(vmcs, run, VM_REG_GUEST_TR, meta); in vmx_vcpu_snapshot()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c731 error = vm_get_desc(vcpu, VM_REG_GUEST_TR, in get_all_segments()
803 error = vm_get_register(vcpu, VM_REG_GUEST_TR, &tr); in get_all_segments()
1922 error = vm_set_desc(vcpu, VM_REG_GUEST_TR, in main()
1960 error = vm_set_register(vcpu, VM_REG_GUEST_TR, tr); in main()
/freebsd-14.2/sys/amd64/include/
H A Dvmm.h85 VM_REG_GUEST_TR, enumerator
/freebsd-14.2/sys/amd64/vmm/
H A Dvmm.c1274 case VM_REG_GUEST_TR: in is_segment_register()