Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/amd64/vmm/amd/
Dvmcb.c103 case VM_REG_GUEST_TR: in vmcb_segptr()
227 case VM_REG_GUEST_TR: in vmcb_read()
327 case VM_REG_GUEST_TR: in vmcb_write()
447 if (reg != VM_REG_GUEST_CS && reg != VM_REG_GUEST_TR) { in vmcb_getdesc()
/freebsd-12-stable/lib/libvmmapi/
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()
Dvmmapi.c1162 error = vm_set_desc(vmctx, vcpu, VM_REG_GUEST_TR, 0, 0, desc_access); in vcpu_reset()
1167 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_TR, sel)) != 0) in vcpu_reset()
/freebsd-12-stable/sys/amd64/vmm/intel/
Dvmcs.c109 case VM_REG_GUEST_TR: in vmcs_field_encoding()
166 case VM_REG_GUEST_TR: in vmcs_seg_desc_encoding()
/freebsd-12-stable/usr.sbin/bhyve/
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-12-stable/usr.sbin/bhyvectl/
Dbhyvectl.c901 error = vm_get_desc(ctx, vcpu, VM_REG_GUEST_TR, in get_all_segments()
973 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_TR, &tr); in get_all_segments()
1940 error = vm_set_desc(ctx, vcpu, VM_REG_GUEST_TR, in main()
1978 error = vm_set_register(ctx, vcpu, VM_REG_GUEST_TR, tr); in main()
/freebsd-12-stable/sys/amd64/include/
Dvmm.h83 VM_REG_GUEST_TR, enumerator
/freebsd-12-stable/sys/amd64/vmm/
Dvmm.c1070 case VM_REG_GUEST_TR: in is_segment_register()