cpu_matches      1139 arch/x86/kernel/cpu/common.c 	if (!cpu_matches(cpu_vuln_whitelist, NO_ITLB_MULTIHIT) &&
cpu_matches      1143 arch/x86/kernel/cpu/common.c 	if (cpu_matches(cpu_vuln_whitelist, NO_SPECULATION))
cpu_matches      1148 arch/x86/kernel/cpu/common.c 	if (!cpu_matches(cpu_vuln_whitelist, NO_SPECTRE_V2))
cpu_matches      1151 arch/x86/kernel/cpu/common.c 	if (!cpu_matches(cpu_vuln_whitelist, NO_SSB) &&
cpu_matches      1159 arch/x86/kernel/cpu/common.c 	if (!cpu_matches(cpu_vuln_whitelist, NO_MDS) &&
cpu_matches      1162 arch/x86/kernel/cpu/common.c 		if (cpu_matches(cpu_vuln_whitelist, MSBDS_ONLY))
cpu_matches      1166 arch/x86/kernel/cpu/common.c 	if (!cpu_matches(cpu_vuln_whitelist, NO_SWAPGS))
cpu_matches      1190 arch/x86/kernel/cpu/common.c 	    cpu_matches(cpu_vuln_blacklist, SRBDS))
cpu_matches      1193 arch/x86/kernel/cpu/common.c 	if (cpu_matches(cpu_vuln_whitelist, NO_MELTDOWN))
cpu_matches      1202 arch/x86/kernel/cpu/common.c 	if (cpu_matches(cpu_vuln_whitelist, NO_L1TF))