Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_RAX (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/amd64/vmm/
H A Dvmm_ioport.c141 error = vm_set_register(vm, vcpuid, VM_REG_GUEST_RAX, in emulate_inout_port()
H A Dvmm_instruction_emul.c266 VM_REG_GUEST_RAX, enumerator
581 reg = VM_REG_GUEST_RAX; in emulate_mov()
592 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RAX, &val); in emulate_mov()
972 error = vie_read_register(vm, vcpuid, VM_REG_GUEST_RAX, &val); in emulate_stos()
/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c207 case VM_REG_GUEST_RAX: in vmcb_read()
306 case VM_REG_GUEST_RAX: in vmcb_write()
H A Dsvm.c2580 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_RAX, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/include/
H A Dvmm.h56 VM_REG_GUEST_RAX, enumerator
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmx.c2316 error = vmxctx_setreg(vmxctx, VM_REG_GUEST_RAX, eax); in emulate_rdmsr()
3205 case VM_REG_GUEST_RAX: in vmxctx_regptr()