Searched refs:VM_REG_GUEST_RBX (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/usr.sbin/bhyve/
H A Dtask_switch.c445 tss->tss_ebx = GETREG(ctx, vcpu, VM_REG_GUEST_RBX);
543 SETREG(ctx, vcpu, VM_REG_GUEST_RBX, tss->tss_ebx);
/freebsd-11-stable/sys/amd64/include/
H A Dvmm.h53 VM_REG_GUEST_RBX, enumerator in enum:vm_reg_name
/freebsd-11-stable/lib/libvmmapi/
H A Dvmmapi.c1084 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_RBX, zero)) != 0)
/freebsd-11-stable/sys/amd64/vmm/amd/
H A Dsvm.c2125 case VM_REG_GUEST_RBX:
/freebsd-11-stable/sys/amd64/vmm/
H A Dvmm_instruction_emul.c252 VM_REG_GUEST_RBX,
/freebsd-11-stable/usr.sbin/bhyvectl/
H A Dbhyvectl.c745 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_RBX, &rbx);
/freebsd-11-stable/sys/amd64/vmm/intel/
H A Dvmx.c3050 case VM_REG_GUEST_RBX:

Completed in 112 milliseconds