Home
last modified time | relevance | path

Searched refs:x86_match_min_microcode_rev (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dmatch.c89 bool x86_match_min_microcode_rev(const struct x86_cpu_id *table) in x86_match_min_microcode_rev() function
98 EXPORT_SYMBOL_GPL(x86_match_min_microcode_rev);
H A Damd.c411 if (x86_match_min_microcode_rev(amd_tsa_microcode)) in tsa_init()
894 if (x86_match_min_microcode_rev(erratum_1386_microcode)) in fix_erratum_1386()
965 if (!x86_match_min_microcode_rev(amd_zenbleed_microcode)) { in zen2_zenbleed_check()
1035 if (!x86_match_min_microcode_rev(zen5_rdseed_microcode)) { in init_amd_zen5()
/linux/arch/x86/include/asm/
H A Dcpu_device_id.h205 extern bool x86_match_min_microcode_rev(const struct x86_cpu_id *table);
/linux/arch/x86/events/intel/
H A Dcore.c6450 x86_pmu.pebs_no_isolation = !x86_match_min_microcode_rev(isolation_ucodes); in intel_check_pebs_isolation()
6469 return !x86_match_min_microcode_rev(pebs_ucodes); in intel_snb_pebs_broken()