Home
last modified time | relevance | path

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

/linux/arch/x86/entry/
H A Dcalling.h315 test $SPEC_CTRL_IBRS, %eax
343 andl $(~SPEC_CTRL_IBRS), %edx
/linux/arch/x86/include/asm/
H A Dnospec-branch.h561 spec_ctrl_current() | SPEC_CTRL_IBRS, \
H A Dmsr-index.h73 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
84 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux/tools/arch/x86/include/asm/
H A Dmsr-index.h73 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
84 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
/linux/arch/x86/kernel/cpu/
H A Dbugs.c2250 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_apply_mitigation()