Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/include/asm/
H A Dcpufeatures.h516 #define X86_BUG_SRSO X86_BUG(1*32 + 0) /* AMD SRSO bug */ macro
/openbmc/linux/arch/x86/kernel/cpu/
H A Dbugs.c2563 if (!boot_cpu_has_bug(X86_BUG_SRSO) || cpu_mitigations_off()) in srso_select_mitigation()
2672 if ((!boot_cpu_has_bug(X86_BUG_SRSO) || srso_cmd == SRSO_CMD_OFF) && in srso_select_mitigation()
2962 case X86_BUG_SRSO: in cpu_show_common()
3038 return cpu_show_common(dev, attr, buf, X86_BUG_SRSO); in cpu_show_spec_rstack_overflow()
H A Dcommon.c1463 setup_force_cpu_bug(X86_BUG_SRSO); in cpu_set_bug_bits()