Home
last modified time | relevance | path

Searched refs:x86_cpu_has_min_microcode_rev (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/arch/x86/kernel/cpu/
H A Dmatch.c80 bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table) in x86_cpu_has_min_microcode_rev() function
89 EXPORT_SYMBOL_GPL(x86_cpu_has_min_microcode_rev);
/openbmc/linux/arch/x86/include/asm/
H A Dcpu_device_id.h292 extern bool x86_cpu_has_min_microcode_rev(const struct x86_cpu_desc *table);
/openbmc/linux/arch/x86/events/intel/
H A Dcore.c5084 x86_pmu.pebs_no_isolation = !x86_cpu_has_min_microcode_rev(isolation_ucodes); in intel_check_pebs_isolation()
5103 return !x86_cpu_has_min_microcode_rev(pebs_ucodes); in intel_snb_pebs_broken()