Searched refs:VM_REG_GUEST_RCX (Results 1 – 4 of 4) sorted by relevance
| /f-stack/freebsd/amd64/vmm/ |
| H A D | vmm_instruction_emul.c | 267 VM_REG_GUEST_RCX, enumerator 794 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in emulate_movs() 932 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in emulate_movs() 961 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RCX, &rcx); in emulate_stos() 996 error = vie_update_register(vm, vcpuid, VM_REG_GUEST_RCX, in emulate_stos()
|
| /f-stack/freebsd/amd64/include/ |
| H A D | vmm.h | 58 VM_REG_GUEST_RCX, enumerator
|
| /f-stack/freebsd/amd64/vmm/intel/ |
| H A D | vmx.c | 1977 error = vmx_getreg(vmx, vcpuid, VM_REG_GUEST_RCX, &val); in inout_str_count() 3209 case VM_REG_GUEST_RCX: in vmxctx_regptr()
|
| /f-stack/freebsd/amd64/vmm/amd/ |
| H A D | svm.c | 2157 case VM_REG_GUEST_RCX: in swctx_regptr()
|