Searched refs:X86_BUG_SPECTRE_V2 (Results 1 – 3 of 3) sorted by relevance
120 if (boot_cpu_has_bug(X86_BUG_SPECTRE_V2)) in spec2_print_if_insecure()126 if (!boot_cpu_has_bug(X86_BUG_SPECTRE_V2)) in spec2_print_if_secure()229 if (!boot_cpu_has_bug(X86_BUG_SPECTRE_V2) && in spectre_v2_select_mitigation()334 if (!boot_cpu_has_bug(X86_BUG_SPECTRE_V2)) in cpu_show_spectre_v2()
949 setup_force_cpu_bug(X86_BUG_SPECTRE_V2); in early_identify_cpu()
337 #define X86_BUG_SPECTRE_V2 X86_BUG(16) /* CPU is affected by Spectre variant 2 attack with indirect… macro