Searched refs:MSR_VMX_PROCBASED_CTLS2 (Results 1 – 3 of 3) sorted by relevance
/illumos-gate/usr/src/uts/intel/io/vmm/intel/ |
H A D | vmx.c | 493 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_init() 494 MSR_VMX_PROCBASED_CTLS2, in vmx_init() 504 error = vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_init() 505 MSR_VMX_PROCBASED_CTLS2, in vmx_init() 557 cap_wbinvd_exit = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_init() 558 MSR_VMX_PROCBASED_CTLS2, in vmx_init() 562 cap_invpcid = (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_init() 563 MSR_VMX_PROCBASED_CTLS2, PROCBASED2_ENABLE_INVPCID, 0, in vmx_init() 581 if (vmx_set_ctlreg(MSR_VMX_PROCBASED_CTLS2, in vmx_init() 582 MSR_VMX_PROCBASED_CTLS2, apicv_bits, 0, &tmp) == 0) { in vmx_init() [all …]
|
/illumos-gate/usr/src/boot/sys/x86/include/ |
H A D | specialreg.h | 473 #define MSR_VMX_PROCBASED_CTLS2 0x48b macro
|
/illumos-gate/usr/src/contrib/bhyve/x86/ |
H A D | specialreg.h | 639 #define MSR_VMX_PROCBASED_CTLS2 0x48b macro
|