Searched refs:MSR_IA32_FEATURE_CONTROL_SMX_VMXON (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/HostDrivers/Support/
H A DSUPDrv.cpp3776 fSmxVmxAllowed = RT_BOOL(u64FeatMsr & MSR_IA32_FEATURE_CONTROL_SMX_VMXON);
3817 | MSR_IA32_FEATURE_CONTROL_SMX_VMXON
3824 fSmxVmxAllowed = fMsrLocked && RT_BOOL(u64FeatMsr & MSR_IA32_FEATURE_CONTROL_SMX_VMXON);
/vbox/include/iprt/
H A Dx86.h1058 #define MSR_IA32_FEATURE_CONTROL_SMX_VMXON RT_BIT(1) macro

Completed in 192 milliseconds