Home
last modified time | relevance | path

Searched refs:VM_REG_GUEST_RIP (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/amd64/vmm/amd/
H A Dvmcb.c215 case VM_REG_GUEST_RIP: in vmcb_read()
314 case VM_REG_GUEST_RIP: in vmcb_write()
H A Dsvm.c2583 err += svm_snapshot_reg(sc, vcpu, VM_REG_GUEST_RIP, meta); in svm_vmcx_snapshot()
/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.c95 case VM_REG_GUEST_RIP: in vmcs_field_encoding()
H A Dvmx.c4116 err += vmcs_snapshot_reg(vmcs, run, VM_REG_GUEST_RIP, meta); in vmx_vmcx_snapshot()
/f-stack/freebsd/amd64/include/
H A Dvmm.h76 VM_REG_GUEST_RIP, enumerator
/f-stack/freebsd/amd64/vmm/
H A Dvmm_instruction_emul.c2611 vie->base_register = VM_REG_GUEST_RIP; in decode_modrm()
2839 if (vie->base_register == VM_REG_GUEST_RIP) in verify_gla()
H A Dvmm.c1062 if (error || reg != VM_REG_GUEST_RIP) in vm_set_register()
1836 error = vm_get_register(vm, vcpuid, VM_REG_GUEST_RIP, &rip); in vm_restart_instruction()