Searched refs:SPEC_CTRL_STIBP (Results 1 – 5 of 5) sorted by relevance
71 return (spec_ctrl & SPEC_CTRL_STIBP) << (TIF_SPEC_IB - SPEC_CTRL_STIBP_SHIFT); in stibp_spec_ctrl_to_tif()
40 #define SPEC_CTRL_STIBP BIT(SPEC_CTRL_STIBP_SHIFT) /* STIBP mask */ macro
94 x86_spec_ctrl_mask |= SPEC_CTRL_STIBP; in check_bugs()944 u64 mask = x86_spec_ctrl_base & ~SPEC_CTRL_STIBP; in update_stibp_strict()947 mask |= SPEC_CTRL_STIBP; in update_stibp_strict()953 mask & SPEC_CTRL_STIBP ? "always-on" : "off"); in update_stibp_strict()
3204 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in svm_set_msr()
2973 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in vmx_set_msr()