Home
last modified time | relevance | path

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

/linux/arch/x86/include/asm/
H A Dmsr-index.h75 #define SPEC_CTRL_STIBP BIT(SPEC_CTRL_STIBP_SHIFT) /* STIBP mask */ macro
84 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h75 #define SPEC_CTRL_STIBP BIT(SPEC_CTRL_STIBP_SHIFT) /* STIBP mask */ macro
84 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux/arch/x86/kernel/cpu/
H A Dbugs.c2485 u64 val = spec_ctrl_current() | (x86_spec_ctrl_base & SPEC_CTRL_STIBP); in update_stibp_msr()
2492 u64 mask = x86_spec_ctrl_base & ~SPEC_CTRL_STIBP; in update_stibp_strict()
2495 mask |= SPEC_CTRL_STIBP; in update_stibp_strict()
2501 mask & SPEC_CTRL_STIBP ? "always-on" : "off"); in update_stibp_strict()