Searched refs:feature_control (Results 1 – 1 of 1) sorted by relevance
132 uint64_t feature_control; in prepare_for_vmx_operation() local162 feature_control = rdmsr(MSR_IA32_FEATURE_CONTROL); in prepare_for_vmx_operation()163 if ((feature_control & required) != required) in prepare_for_vmx_operation()164 wrmsr(MSR_IA32_FEATURE_CONTROL, feature_control | required); in prepare_for_vmx_operation()