Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h42 #define SPEC_CTRL_STIBP (1 << 1) /* Single Thread Indirect Branch Predictors */ macro
/arch/x86/kvm/
Dsvm.c3650 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP)) in svm_set_msr()
Dvmx.c3144 if (data & ~(SPEC_CTRL_IBRS | SPEC_CTRL_STIBP)) in vmx_set_msr()