Searched refs:SPEC_CTRL_IBRS (Results 1 – 5 of 5) sorted by relevance
281 u64 val = x86_spec_ctrl_base | SPEC_CTRL_IBRS; \
43 #define SPEC_CTRL_IBRS (1 << 0) /* Indirect Branch Restricted Speculation */ macro
49 static u64 __ro_after_init x86_spec_ctrl_mask = SPEC_CTRL_IBRS;350 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_select_mitigation()
4233 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in svm_set_msr()
4207 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in vmx_set_msr()