Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcommon.c1323 static bool __init cpu_matches(const struct x86_cpu_id *table, unsigned long which) in cpu_matches() function
1362 return cpu_matches(cpu_vuln_blacklist, RFDS); in vulnerable_to_rfds()
1370 if (!cpu_matches(cpu_vuln_whitelist, NO_ITLB_MULTIHIT) && in cpu_set_bug_bits()
1374 if (cpu_matches(cpu_vuln_whitelist, NO_SPECULATION)) in cpu_set_bug_bits()
1379 if (!cpu_matches(cpu_vuln_whitelist, NO_SPECTRE_V2)) in cpu_set_bug_bits()
1382 if (!cpu_matches(cpu_vuln_whitelist, NO_SSB) && in cpu_set_bug_bits()
1393 if (!cpu_matches(cpu_vuln_whitelist, NO_EIBRS_PBRSB) && in cpu_set_bug_bits()
1398 if (!cpu_matches(cpu_vuln_whitelist, NO_MDS) && in cpu_set_bug_bits()
1401 if (cpu_matches(cpu_vuln_whitelist, MSBDS_ONLY)) in cpu_set_bug_bits()
1405 if (!cpu_matches(cpu_vuln_whitelist, NO_SWAPGS)) in cpu_set_bug_bits()
[all …]