Searched refs:has_msr_feature_control (Results 1 – 1 of 1) sorted by relevance
118 static bool has_msr_feature_control; variable2247 has_msr_feature_control = !!(c->ecx & CPUID_EXT_VMX) || in kvm_arch_init_vcpu()2253 has_msr_feature_control = true; in kvm_arch_init_vcpu()2257 has_msr_mcg_ext_ctl = has_msr_feature_control = true; in kvm_arch_init_vcpu()3554 if (!has_msr_feature_control) { in kvm_put_msr_feature_control()4278 if (has_msr_feature_control) { in kvm_get_msrs()