Searched refs:VM_REG_GUEST_RCX (Results 1 – 11 of 11) sorted by relevance
/illumos-gate/usr/src/test/bhyve-tests/tests/inst_emul/ |
H A D | exit_consistent.c | 100 if (vm_get_register(vcpu, VM_REG_GUEST_RCX, &rcx) != 0) { in main()
|
/illumos-gate/usr/src/uts/intel/sys/ |
H A D | vmm.h | 61 VM_REG_GUEST_RCX, enumerator
|
/illumos-gate/usr/src/uts/intel/io/vmm/ |
H A D | vmm_instruction_emul.c | 407 VM_REG_GUEST_RCX, enumerator 1165 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in vie_emulate_movs() 1314 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in vie_emulate_movs() 1339 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in vie_emulate_stos() 1374 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in vie_emulate_stos() 2487 err = vm_get_register(vm, vcpuid, VM_REG_GUEST_RCX, &count); in vie_emulate_inout_str() 2559 err = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in vie_emulate_inout_str()
|
H A D | vmm.c | 3038 VM_REG_GUEST_RCX, in vcpu_arch_reset() enumerator
|
/illumos-gate/usr/src/cmd/bhyve/amd64/ |
H A D | task_switch.c | 453 tss->tss_ecx = GETREG(vcpu, VM_REG_GUEST_RCX); in tss32_save() 551 SETREG(vcpu, VM_REG_GUEST_RCX, tss->tss_ecx); in tss32_restore()
|
/illumos-gate/usr/src/lib/libvmm/ |
H A D | libvmm.c | 432 VM_REG_GUEST_RCX, /* KDIREG_RCX */
|
/illumos-gate/usr/src/cmd/bhyve/common/ |
H A D | gdb.c | 157 { .id = VM_REG_GUEST_RCX, .size = 8 },
|
/illumos-gate/usr/src/uts/intel/io/vmm/amd/ |
H A D | svm.c | 2077 case VM_REG_GUEST_RCX: in swctx_regptr()
|
/illumos-gate/usr/src/cmd/bhyvectl/ |
H A D | bhyvectl.c | 465 error = vm_get_register(vcpu, VM_REG_GUEST_RCX, &rcx); in get_all_registers()
|
/illumos-gate/usr/src/lib/libvmmapi/common/ |
H A D | vmmapi.c | 1655 if ((error = vm_set_register(vcpu, VM_REG_GUEST_RCX, zero)) != 0) in vcpu_reset()
|
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 3049 case VM_REG_GUEST_RCX: in vmxctx_regptr()
|