Home
last modified time | relevance | path

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

/linux/tools/arch/x86/include/asm/
H A Dcpufeatures.h471 #define X86_FEATURE_AUTOIBRS (20*32+ 8) /* Automatic IBRS */ macro
/linux/arch/x86/kernel/cpu/
H A Dbugs.c1858 !boot_cpu_has(X86_FEATURE_AUTOIBRS))) { in spectre_v2_user_update_mitigation()
2281 if (boot_cpu_has(X86_FEATURE_AUTOIBRS)) { in spectre_v2_apply_mitigation()
3260 !boot_cpu_has(X86_FEATURE_AUTOIBRS))) in cpu_bugs_smt_update()
3484 !boot_cpu_has(X86_FEATURE_AUTOIBRS)) in stibp_state()
H A Damd.c1165 cpu_has(c, X86_FEATURE_AUTOIBRS)) in init_amd()