Searched refs:X86_BUG_SPECTRE_V1 (Results 1 – 2 of 2) sorted by relevance
250 case X86_BUG_SPECTRE_V1: in should_mitigate_vuln()1055 if (!boot_cpu_has_bug(X86_BUG_SPECTRE_V1)) in spectre_v1_select_mitigation()1058 if (!should_mitigate_vuln(X86_BUG_SPECTRE_V1)) in spectre_v1_select_mitigation()1064 if (!boot_cpu_has_bug(X86_BUG_SPECTRE_V1)) in spectre_v1_apply_mitigation()3623 case X86_BUG_SPECTRE_V1: in cpu_show_common()3690 return cpu_show_common(dev, attr, buf, X86_BUG_SPECTRE_V1); in cpu_show_spectre_v1()
547 #define X86_BUG_SPECTRE_V1 X86_BUG(15) /* "spectre_v1" CPU is affected by Spectre variant 1 attack… macro