Searched refs:SRSO (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/ |
H A D | common.c | 1268 /* CPU is affected by SRSO */ 1269 #define SRSO BIT(5) macro 1316 VULNBL_AMD(0x17, RETBLEED | SMT_RSB | SRSO), 1317 VULNBL_HYGON(0x18, RETBLEED | SMT_RSB | SRSO), 1318 VULNBL_AMD(0x19, SRSO), 1461 if (cpu_matches(cpu_vuln_blacklist, SRSO)) in cpu_set_bug_bits()
|
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/ |
H A D | common.c | 1133 /* CPU is affected by SRSO */ 1134 #define SRSO BIT(5) macro 1181 VULNBL_AMD(0x17, RETBLEED | SRSO), 1183 VULNBL_AMD(0x19, SRSO), 1333 if (cpu_matches(cpu_vuln_blacklist, SRSO)) in cpu_set_bug_bits()
|
Completed in 6 milliseconds