Home
last modified time | relevance | path

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

/arch/x86/entry/
Dcalling.h309 test $SPEC_CTRL_IBRS, %eax
337 andl $(~SPEC_CTRL_IBRS), %edx
/arch/x86/include/asm/
Dmsr-index.h46 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
57 #define SPEC_CTRL_MITIGATIONS_MASK (SPEC_CTRL_IBRS | SPEC_CTRL_STIBP | SPEC_CTRL_SSBD \
Dnospec-branch.h562 spec_ctrl_current() | SPEC_CTRL_IBRS, \
/arch/x86/kernel/cpu/
Dbugs.c1750 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_select_mitigation()