Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dbugs.c286 case X86_BUG_SPEC_STORE_BYPASS: in should_mitigate_vuln()
2470 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) { in ssb_select_mitigation()
2476 if (should_mitigate_vuln(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
2694 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
3629 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
3700 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h549 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* "spec_store_bypass" CPU is affected by speculative… macro