Searched refs:has_msr_feature_control (Results 1 – 1 of 1) sorted by relevance
138 static bool has_msr_feature_control; variable2280 has_msr_feature_control = !!(c->ecx & CPUID_EXT_VMX) || in kvm_arch_init_vcpu()2286 has_msr_feature_control = true; in kvm_arch_init_vcpu()2290 has_msr_mcg_ext_ctl = has_msr_feature_control = true; in kvm_arch_init_vcpu()3669 if (!has_msr_feature_control) { in kvm_put_msr_feature_control()4402 if (has_msr_feature_control) { in kvm_get_msrs()