Searched refs:x86_cpu_has_min_microcode_rev (Results 1 – 4 of 4) sorted by relevance
79 bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table) in x86_cpu_has_min_microcode_rev() function88 EXPORT_SYMBOL_GPL(x86_cpu_has_min_microcode_rev);
816 if (x86_cpu_has_min_microcode_rev(erratum_1386_microcode)) in fix_erratum_1386()
280 extern bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table);
5378 x86_pmu.pebs_no_isolation = !x86_cpu_has_min_microcode_rev(isolation_ucodes); in intel_check_pebs_isolation()5397 return !x86_cpu_has_min_microcode_rev(pebs_ucodes); in intel_snb_pebs_broken()
Completed in 17 milliseconds