Home
last modified time | relevance | path

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

/freebsd/sys/amd64/vmm/intel/
H A Dvmcs.h96 #define vmcs_guest_rip() vmcs_read(VMCS_GUEST_RIP)
270 #define VMCS_GUEST_RIP 0x0000681E macro
H A Dvmcs.c91 return (VMCS_GUEST_RIP); in vmcs_field_encoding()
H A Dvmx.c2864 vmcs_write(VMCS_GUEST_RIP, vmexit->rip); in vmx_exit_process()
3074 vmcs_write(VMCS_GUEST_RIP, rip); in vmx_run()