Home
last modified time | relevance | path

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

/Linux-v4.19/arch/x86/include/asm/
Dmsr-index.h44 #define SPEC_CTRL_STIBP (1 << 1) /* Single Thread Indirect Branch Predictors */ macro
/Linux-v4.19/arch/x86/kernel/cpu/
Dbugs.c83 x86_spec_ctrl_mask |= SPEC_CTRL_STIBP; in check_bugs()
/Linux-v4.19/arch/x86/kvm/
Dsvm.c4233 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in svm_set_msr()
Dvmx.c4207 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD)) in vmx_set_msr()