Home
last modified time | relevance | path

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

/linux-5.19.10/arch/x86/entry/
Dcalling.h309 test $SPEC_CTRL_IBRS, %eax
337 andl $(~SPEC_CTRL_IBRS), %edx
/linux-5.19.10/arch/x86/include/asm/
Dnospec-branch.h325 spec_ctrl_current() | SPEC_CTRL_IBRS, \
Dmsr-index.h49 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
/linux-5.19.10/tools/arch/x86/include/asm/
Dmsr-index.h49 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
/linux-5.19.10/arch/x86/kernel/cpu/
Dbugs.c1459 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_select_mitigation()