Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.h287 #define VMCS_HOST_RSP 0x00006C14 macro
H A Dvmx.c1158 error += vmwrite(VMCS_HOST_RSP, (u_long)&vcpu->ctx); in vmx_vcpu_init()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c995 error = vm_get_vmcs_field(vcpu, VMCS_HOST_RSP, &rsp); in get_misc_vmcs()