Home
last modified time | relevance | path

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

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