x86_match_min_microcode_rev
x86_pmu.pebs_no_isolation = !x86_match_min_microcode_rev(isolation_ucodes);
return !x86_match_min_microcode_rev(pebs_ucodes);
extern bool x86_match_min_microcode_rev(const struct x86_cpu_id *table);
if (!x86_match_min_microcode_rev(zen5_rdseed_microcode)) {
if (x86_match_min_microcode_rev(amd_tsa_microcode))
if (x86_match_min_microcode_rev(erratum_1386_microcode))
if (!x86_match_min_microcode_rev(amd_zenbleed_microcode)) {
EXPORT_SYMBOL_GPL(x86_match_min_microcode_rev);