Home
last modified time | relevance | path

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

/freebsd-13.1/sys/amd64/vmm/intel/
H A Dvmcs.h181 #define VMCS_PIN_BASED_CTLS 0x00004000 macro
H A Dvmx.c1118 error += vmwrite(VMCS_PIN_BASED_CTLS, pinbased_ctls); in vmx_init()
/freebsd-13.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1080 error = vm_get_vmcs_field(ctx, vcpu, VMCS_PIN_BASED_CTLS, &ctl); in get_misc_vmcs()