Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.h85 #define vmcs_guest_rip() vmcs_read(VMCS_GUEST_RIP)
259 #define VMCS_GUEST_RIP 0x0000681E macro
H A Dvmcs.c94 return (VMCS_GUEST_RIP); in vmcs_field_encoding()
H A Dvmx.c2681 vmcs_write(VMCS_GUEST_RIP, vmexit->rip); in vmx_exit_process()
2868 vmcs_write(VMCS_GUEST_RIP, rip); in vmx_run()