Home
last modified time | relevance | path

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

/arch/x86/include/asm/
Dmsr-index.h28 #define _EFER_AUTOIBRS 21 /* Enable Automatic IBRS */ macro
37 #define EFER_AUTOIBRS (1<<_EFER_AUTOIBRS)
/arch/x86/kernel/cpu/
Damd.c1208 WARN_ON_ONCE(msr_set_bit(MSR_EFER, _EFER_AUTOIBRS)); in init_amd()
Dbugs.c1748 msr_set_bit(MSR_EFER, _EFER_AUTOIBRS); in spectre_v2_select_mitigation()