|
@@ -4179,6 +4179,18 @@ static X86CPUDefinition builtin_x86_defs[] = {
|
|
.xlevel = 0x8000001E,
|
|
.xlevel = 0x8000001E,
|
|
.model_id = "AMD EPYC-Rome Processor",
|
|
.model_id = "AMD EPYC-Rome Processor",
|
|
.cache_info = &epyc_rome_cache_info,
|
|
.cache_info = &epyc_rome_cache_info,
|
|
|
|
+ .versions = (X86CPUVersionDefinition[]) {
|
|
|
|
+ { .version = 1 },
|
|
|
|
+ {
|
|
|
|
+ .version = 2,
|
|
|
|
+ .props = (PropValue[]) {
|
|
|
|
+ { "ibrs", "on" },
|
|
|
|
+ { "amd-ssbd", "on" },
|
|
|
|
+ { /* end of list */ }
|
|
|
|
+ }
|
|
|
|
+ },
|
|
|
|
+ { /* end of list */ }
|
|
|
|
+ }
|
|
},
|
|
},
|
|
{
|
|
{
|
|
.name = "EPYC-Milan",
|
|
.name = "EPYC-Milan",
|