Searched refs:SPEC_CTRL_IBRS (Results 1 – 5 of 5) sorted by relevance
291 u64 val = x86_spec_ctrl_base | SPEC_CTRL_IBRS; \
45 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
53 static u64 __ro_after_init x86_spec_ctrl_mask = SPEC_CTRL_IBRS;755 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_select_mitigation()
4277 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in svm_set_msr()
1980 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in vmx_set_msr()