Searched refs:feature_control (Results 1 – 1 of 1) sorted by relevance
135 uint64_t feature_control; in prepare_for_vmx_operation() local165 feature_control = rdmsr(MSR_IA32_FEATURE_CONTROL); in prepare_for_vmx_operation()166 if ((feature_control & required) != required) in prepare_for_vmx_operation()167 wrmsr(MSR_IA32_FEATURE_CONTROL, feature_control | required); in prepare_for_vmx_operation()