Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dbugs.c120 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()
Dcommon.c949 setup_force_cpu_bug(X86_BUG_SPECTRE_V2); in early_identify_cpu()
/arch/x86/include/asm/
Dcpufeatures.h337 #define X86_BUG_SPECTRE_V2 X86_BUG(16) /* CPU is affected by Spectre variant 2 attack with indirect… macro