Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_RCX (Results 1 – 4 of 4) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c267 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 Dvmm.h58 VM_REG_GUEST_RCX, enumerator
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c1977 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 Dsvm.c2157 case VM_REG_GUEST_RCX: in swctx_regptr()