Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/entry/
H A Dcalling.h335 test $SPEC_CTRL_IBRS, %eax
363 andl $(~SPEC_CTRL_IBRS), %edx
/OK3568_Linux_fs/kernel/arch/x86/include/asm/
H A Dnospec-branch.h326 spec_ctrl_current() | SPEC_CTRL_IBRS, \
H A Dmsr-index.h49 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
/OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/
H A Dmsr-index.h49 #define SPEC_CTRL_IBRS BIT(0) /* Indirect Branch Restricted Speculation */ macro
/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dbugs.c1422 x86_spec_ctrl_base |= SPEC_CTRL_IBRS; in spectre_v2_select_mitigation()