Home
last modified time | relevance | path

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

/linux-6.6.21/tools/arch/x86/include/asm/
Dcpufeatures.h477 #define X86_BUG_MSBDS_ONLY X86_BUG(20) /* CPU is only affected by the MSDBS variant of BUG_MDS */ macro
/linux-6.6.21/arch/x86/include/asm/
Dcpufeatures.h486 #define X86_BUG_MSBDS_ONLY X86_BUG(20) /* CPU is only affected by the MSDBS variant of BUG_MDS */ macro
/linux-6.6.21/arch/x86/kernel/cpu/
Dbugs.c254 if (!boot_cpu_has(X86_BUG_MSBDS_ONLY) && in mds_select_mitigation()
1776 if (!boot_cpu_has_bug(X86_BUG_MSBDS_ONLY)) in update_mds_branch_idle()
1815 if (sched_smt_active() && !boot_cpu_has(X86_BUG_MSBDS_ONLY)) in cpu_bugs_smt_update()
2574 if (boot_cpu_has(X86_BUG_MSBDS_ONLY)) { in mds_show_state()
Dcommon.c1372 setup_force_cpu_bug(X86_BUG_MSBDS_ONLY); in cpu_set_bug_bits()