Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h553 #define X86_BUG_SWAPGS X86_BUG(21) /* "swapgs" CPU is affected by speculation through SWAPGS */ macro
/linux/arch/x86/kernel/cpu/
H A Dbugs.c1090 if (boot_cpu_has_bug(X86_BUG_SWAPGS) && in spectre_v1_apply_mitigation()