Home
last modified time | relevance | path

Searched refs:SPEC_CTRL_IBRS (Results 1 – 5 of 5) sorted by relevance

/Linux-v5.4/arch/x86/include/asm/
Dnospec-branch.h291 u64 val = x86_spec_ctrl_base | SPEC_CTRL_IBRS; \
Dmsr-index.h45 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
/Linux-v5.4/arch/x86/kernel/cpu/
Dbugs.c53 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()
/Linux-v5.4/arch/x86/kvm/
Dsvm.c4277 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in svm_set_msr()
/Linux-v5.4/arch/x86/kvm/vmx/
Dvmx.c1980 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in vmx_set_msr()