Home
last modified time | relevance | path

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

/linux-6.6.21/arch/x86/include/asm/
Dspec-ctrl.h71 return (spec_ctrl & SPEC_CTRL_STIBP) << (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
Dmsr-index.h48 #define SPEC_CTRL_STIBP BIT(SPEC_CTRL_STIBP_SHIFT) /* STIBP mask */ macro
55 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux-6.6.21/tools/arch/x86/include/asm/
Dmsr-index.h48 #define SPEC_CTRL_STIBP BIT(SPEC_CTRL_STIBP_SHIFT) /* STIBP mask */ macro
55 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux-6.6.21/arch/x86/kernel/cpu/
Dbugs.c1730 u64 val = spec_ctrl_current() | (x86_spec_ctrl_base & SPEC_CTRL_STIBP); in update_stibp_msr()
1737 u64 mask = x86_spec_ctrl_base & ~SPEC_CTRL_STIBP; in update_stibp_strict()
1740 mask |= SPEC_CTRL_STIBP; in update_stibp_strict()
1746 mask & SPEC_CTRL_STIBP ? "always-on" : "off"); in update_stibp_strict()