Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.c417 if ((error = vmwrite(VMCS_HOST_RIP, in vmcs_init()
421 if ((error = vmwrite(VMCS_HOST_RIP, in vmcs_init()
H A Dvmcs.h288 #define VMCS_HOST_RIP 0x00006c16 macro
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c989 error = vm_get_vmcs_field(vcpu, VMCS_HOST_RIP, &rip); in get_misc_vmcs()