Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1726 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS) && in __ssb_select_mitigation()
1781 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_select_mitigation()
1945 if (boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in ssb_prctl_get()
2339 case X86_BUG_SPEC_STORE_BYPASS: in cpu_show_common()
2390 return cpu_show_common(dev, attr, buf, X86_BUG_SPEC_STORE_BYPASS); in cpu_show_spec_store_bypass()
H A Dcommon.c1205 setup_force_cpu_bug(X86_BUG_SPEC_STORE_BYPASS); in cpu_set_bug_bits()
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dcpufeatures.h420 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dcpufeatures.h424 #define X86_BUG_SPEC_STORE_BYPASS X86_BUG(17) /* CPU is affected by speculative store bypass attack… macro
/OK3568_Linux_fs/kernel/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.c1423 if (!boot_cpu_has_bug(X86_BUG_SPEC_STORE_BYPASS)) in kvm_get_arch_capabilities()