Searched refs:VM_REG_GUEST_RCX (Results 1 – 8 of 8) sorted by relevance
| /freebsd-11-stable/usr.sbin/bhyve/ |
| HD | inout.c | 213 error = vie_update_register(ctx, vcpu, VM_REG_GUEST_RCX, in emulate_inout()
|
| HD | task_switch.c | 443 tss->tss_ecx = GETREG(ctx, vcpu, VM_REG_GUEST_RCX); in tss32_save() 541 SETREG(ctx, vcpu, VM_REG_GUEST_RCX, tss->tss_ecx); in tss32_restore()
|
| /freebsd-11-stable/sys/amd64/vmm/ |
| HD | vmm_instruction_emul.c | 250 VM_REG_GUEST_RCX, enumerator 777 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in emulate_movs() 915 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in emulate_movs() 944 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in emulate_stos() 979 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in emulate_stos()
|
| /freebsd-11-stable/sys/amd64/include/ |
| HD | vmm.h | 54 VM_REG_GUEST_RCX, enumerator
|
| /freebsd-11-stable/lib/libvmmapi/ |
| HD | vmmapi.c | 1086 if ((error = vm_set_register(vmctx, vcpu, VM_REG_GUEST_RCX, zero)) != 0) in vcpu_reset()
|
| /freebsd-11-stable/sys/amd64/vmm/intel/ |
| HD | vmx.c | 1889 error = vmx_getreg(vmx, vcpuid, VM_REG_GUEST_RCX, &val); in inout_str_count() 3052 case VM_REG_GUEST_RCX: in vmxctx_regptr()
|
| /freebsd-11-stable/sys/amd64/vmm/amd/ |
| HD | svm.c | 2127 case VM_REG_GUEST_RCX: in swctx_regptr()
|
| /freebsd-11-stable/usr.sbin/bhyvectl/ |
| HD | bhyvectl.c | 751 error = vm_get_register(ctx, vcpu, VM_REG_GUEST_RCX, &rcx); in get_all_registers()
|