Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h478 #define X86_BUG_SWAPGS X86_BUG(21) /* CPU is affected by speculation through SWAPGS */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h503 #define X86_BUG_SWAPGS X86_BUG(21) /* CPU is affected by speculation through SWAPGS */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c1406 setup_force_cpu_bug(X86_BUG_SWAPGS); in cpu_set_bug_bits()
H A Dbugs.c932 if (boot_cpu_has_bug(X86_BUG_SWAPGS) && in spectre_v1_select_mitigation()