Home
last modified time | relevance | path

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

/NextBSD/sys/amd64/vmm/intel/
HDvmcs.h83 #define vmcs_guest_rip() vmcs_read(VMCS_GUEST_RIP)
257 #define VMCS_GUEST_RIP 0x0000681E macro
HDvmcs.c85 return (VMCS_GUEST_RIP); in vmcs_field_encoding()
HDvmx.c2495 vmcs_write(VMCS_GUEST_RIP, vmexit->rip); in vmx_exit_process()
2610 vmcs_write(VMCS_GUEST_RIP, rip); in vmx_run()