Searched refs:feature_control (Results 1 – 1 of 1) sorted by relevance
87 uint64_t feature_control; in prepare_for_vmx_operation() local117 feature_control = rdmsr(MSR_IA32_FEATURE_CONTROL); in prepare_for_vmx_operation()118 if ((feature_control & required) != required) in prepare_for_vmx_operation()119 wrmsr(MSR_IA32_FEATURE_CONTROL, feature_control | required); in prepare_for_vmx_operation()