Home
last modified time | relevance | path

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

/freebsd-14.2/sys/amd64/vmm/intel/
H A Dvmcs.h179 #define VMCS_PIN_BASED_CTLS 0x00004000 macro
H A Dvmx.c1160 error += vmwrite(VMCS_PIN_BASED_CTLS, pinbased_ctls); in vmx_vcpu_init()
/freebsd-14.2/usr.sbin/bhyvectl/
H A Dbhyvectl.c892 error = vm_get_vmcs_field(vcpu, VMCS_PIN_BASED_CTLS, &ctl); in get_misc_vmcs()