Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/intel/
H A Dvmcs.h98 #define vmcs_guest_rip() vmcs_read(VMCS_GUEST_RIP)
272 #define VMCS_GUEST_RIP 0x0000681E macro
H A Dvmcs.c96 return (VMCS_GUEST_RIP); in vmcs_field_encoding()
H A Dvmx.c2799 vmcs_write(VMCS_GUEST_RIP, vmexit->rip); in vmx_exit_process()
3010 vmcs_write(VMCS_GUEST_RIP, rip); in vmx_run()