Home
last modified time | relevance | path

Searched refs:X86_BUG_SPEC_STORE_BYPASS (Results 1 - 12 of 12) sorted by relevance

/kernel/linux/linux-5.10/arch/x86/include/asm/
H A Dcpufeatures.h440 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack */ macro
/kernel/linux/linux-5.10/tools/arch/x86/include/asm/
H A Dcpufeatures.h428 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack */ macro
/kernel/linux/linux-6.6/arch/x86/include/asm/
H A Dcpufeatures.h483 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack */ macro
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A Dbugs.c1926 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS) && in __ssb_select_mitigation()
1955 * - X86_BUG_SPEC_STORE_BYPASS - CPU is susceptible. in __ssb_select_mitigation()
1981 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
2147 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
2725 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
2785 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
H A Dcommon.c1249 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A Dbugs.c1989 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS) && in __ssb_select_mitigation()
2018 * - X86_BUG_SPEC_STORE_BYPASS - CPU is susceptible. in __ssb_select_mitigation()
2044 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
2241 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
2816 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
2876 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
H A Dcommon.c1384 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()
/kernel/linux/linux-5.10/arch/x86/kvm/
H A Dcpuid.c484 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_set_cpu_caps()
H A Dx86.c1426 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()
/kernel/linux/linux-6.6/arch/x86/kvm/
H A Dcpuid.c739 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()

Completed in 51 milliseconds