Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dcpufeatures.h432 #define X86_BUG_SWAPGS_FENCE X86_BUG(11) /* SWAPGS without input dep on GS */ macro
/arch/x86/entry/
Dentry_64.S745 2: ALTERNATIVE "", "mfence", X86_BUG_SWAPGS_FENCE
/arch/x86/kernel/cpu/
Damd.c863 set_cpu_bug(c, X86_BUG_SWAPGS_FENCE); in init_amd_k8()