Home
last modified time | relevance | path

Searched refs:X86_BUG_MSBDS_ONLY (Results 1 – 4 of 4) sorted by relevance

/linux-6.1.9/tools/arch/x86/include/asm/
Dcpufeatures.h454 #define X86_BUG_MSBDS_ONLY X86_BUG(20) /* CPU is only affected by the MSDBS variant of BUG_MDS */ macro
/linux-6.1.9/arch/x86/include/asm/
Dcpufeatures.h457 #define X86_BUG_MSBDS_ONLY X86_BUG(20) /* CPU is only affected by the MSDBS variant of BUG_MDS */ macro
/linux-6.1.9/arch/x86/kernel/cpu/
Dbugs.c283 if (!boot_cpu_has(X86_BUG_MSBDS_ONLY) && in mds_select_mitigation()
1619 if (!boot_cpu_has_bug(X86_BUG_MSBDS_ONLY)) in update_mds_branch_idle()
1658 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
2256 if (boot_cpu_has(X86_BUG_MSBDS_ONLY)) { in mds_show_state()
Dcommon.c1327 setup_force_cpu_bug(X86_BUG_MSBDS_ONLY); in cpu_set_bug_bits()