Home
last modified time | relevance | path

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

/freebsd-12.1/sys/amd64/vmm/intel/
H A Dvmcs.h168 #define VMCS_PIN_BASED_CTLS 0x00004000 macro
H A Dvmx.c1027 error += vmwrite(VMCS_PIN_BASED_CTLS, pinbased_ctls); in vmx_vminit()
/freebsd-12.1/usr.sbin/bhyvectl/
H A Dbhyvectl.c1077 error = vm_get_vmcs_field(ctx, vcpu, VMCS_PIN_BASED_CTLS, &ctl); in get_misc_vmcs()