Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h468 #define X86_BUG_SWAPGS_FENCE X86_BUG(11) /* SWAPGS without input dep on GS */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h493 #define X86_BUG_SWAPGS_FENCE X86_BUG(11) /* SWAPGS without input dep on GS */ macro
/openbmc/linux/arch/x86/entry/
H A Dentry_64.S804 2: ALTERNATIVE "", "mfence", X86_BUG_SWAPGS_FENCE
/openbmc/linux/arch/x86/kernel/cpu/
H A Damd.c849 set_cpu_bug(c, X86_BUG_SWAPGS_FENCE); in init_amd_k8()