Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h474 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2073 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS) && in __ssb_select_mitigation()
2128 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
2325 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
2935 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
2995 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
H A Dcommon.c1385 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h500 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/openbmc/linux/arch/x86/kvm/
H A Dcpuid.c740 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_set_cpu_caps()
H A Dx86.c1652 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()