Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dbugs.c1817 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS) && in __ssb_select_mitigation()
1872 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
2069 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
2464 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
2515 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
A Dcommon.c1345 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()
/linux-6.3-rc2/arch/x86/include/asm/
A Dcpufeatures.h471 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/linux-6.3-rc2/tools/arch/x86/include/asm/
A Dcpufeatures.h458 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/linux-6.3-rc2/arch/x86/kvm/
A Dcpuid.c734 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_set_cpu_caps()
A Dx86.c1627 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()

Completed in 56 milliseconds