Home
last modified time | relevance | path

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

/openbmc/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h292 #define X86_FEATURE_FENCE_SWAPGS_USER (11*32+ 4) /* "" LFENCE in user entry SWAPGS path */ macro
/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h291 #define X86_FEATURE_FENCE_SWAPGS_USER (11*32+ 4) /* "" LFENCE in user entry SWAPGS path */ macro
/openbmc/linux/arch/x86/entry/
H A Dcalling.h360 ALTERNATIVE "", "lfence", X86_FEATURE_FENCE_SWAPGS_USER
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c934 setup_force_cpu_cap(X86_FEATURE_FENCE_SWAPGS_USER); in spectre_v1_select_mitigation()