Home
last modified time | relevance | path

Searched refs:VMCS_GUEST_RIP (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/vmm/intel/
H A Dvmcs.c70 return (VMCS_GUEST_RIP); in vmcs_field_encoding()
H A Dvmcs.h223 #define VMCS_GUEST_RIP 0x0000681E macro
H A Dvmx.c2609 vmcs_write(VMCS_GUEST_RIP, vmexit->rip); in vmx_exit_process()
2794 vmcs_write(VMCS_GUEST_RIP, rip); in vmx_run()
2800 ASSERT3U(vmcs_read(VMCS_GUEST_RIP), ==, rip); in vmx_run()
2940 vmexit->rip = rip = vmcs_read(VMCS_GUEST_RIP); in vmx_run()