cpu_map: Add versions of EPYC-Milan CPU model

Signed-off-by: Jiri Denemark <jdenemar@redhat.com>
Reviewed-by: Daniel P. Berrangé <berrange@redhat.com>
This commit is contained in:
Jiri Denemark 2024-10-22 11:51:20 +02:00
parent d0e5e984b6
commit 33209d63cd
41 changed files with 958 additions and 37 deletions

View File

@ -124,6 +124,8 @@
<include filename='x86_EPYC-IBPB.xml'/>
<include filename='x86_EPYC-Rome.xml'/>
<include filename='x86_EPYC-Milan.xml'/>
<include filename='x86_EPYC-Milan-v1.xml'/>
<include filename='x86_EPYC-Milan-v2.xml'/>
<include filename='x86_EPYC-Genoa.xml'/>
</group>

View File

@ -51,6 +51,8 @@ cpumap_data = [
'x86_EPYC-IBPB.xml',
'x86_EPYC.xml',
'x86_EPYC-Genoa.xml',
'x86_EPYC-Milan-v1.xml',
'x86_EPYC-Milan-v2.xml',
'x86_EPYC-Milan.xml',
'x86_EPYC-Rome.xml',
'x86_features.xml',

View File

@ -0,0 +1,6 @@
<cpus>
<model name='EPYC-Milan-v1'>
<decode host='on' guest='off'/>
<model name='EPYC-Milan'/>
</model>
</cpus>

View File

@ -0,0 +1,99 @@
<cpus>
<model name='EPYC-Milan-v2'>
<decode host='on' guest='off'/>
<signature family='25' model='1'/>
<vendor name='AMD'/>
<feature name='3dnowprefetch'/>
<feature name='abm'/>
<feature name='adx'/>
<feature name='aes'/>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='apic'/>
<feature name='arat'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='bmi1'/>
<feature name='bmi2'/>
<feature name='clflush'/>
<feature name='clflushopt'/>
<feature name='clwb'/>
<feature name='clzero'/>
<feature name='cmov'/>
<feature name='cr8legacy'/>
<feature name='cx16'/>
<feature name='cx8'/>
<feature name='de'/>
<feature name='erms'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fpu'/>
<feature name='fsgsbase'/>
<feature name='fsrm'/>
<feature name='fxsr'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lahf_lm'/>
<feature name='lfence-always-serializing'/>
<feature name='lm'/>
<feature name='mca'/>
<feature name='mce'/>
<feature name='misalignsse'/>
<feature name='mmx'/>
<feature name='mmxext'/>
<feature name='movbe'/>
<feature name='msr'/>
<feature name='mtrr'/>
<feature name='no-nested-data-bp'/>
<feature name='npt'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='nx'/>
<feature name='osvw'/>
<feature name='pae'/>
<feature name='pat'/>
<feature name='pcid'/>
<feature name='pclmuldq'/>
<feature name='pdpe1gb'/>
<feature name='perfctr_core'/>
<feature name='pge'/>
<feature name='pku'/>
<feature name='pni'/>
<feature name='popcnt'/>
<feature name='pse'/>
<feature name='pse36'/>
<feature name='rdpid'/>
<feature name='rdrand'/>
<feature name='rdseed'/>
<feature name='rdtscp'/>
<feature name='sep'/>
<feature name='sha-ni'/>
<feature name='smap'/>
<feature name='smep'/>
<feature name='sse'/>
<feature name='sse2'/>
<feature name='sse4.1'/>
<feature name='sse4.2'/>
<feature name='sse4a'/>
<feature name='ssse3'/>
<feature name='stibp-always-on'/>
<feature name='svm'/>
<feature name='svme-addr-chk'/>
<feature name='syscall'/>
<feature name='tsc'/>
<feature name='umip'/>
<feature name='vaes'/>
<feature name='vme'/>
<feature name='vpclmulqdq'/>
<feature name='wbnoinvd'/>
<feature name='xgetbv1'/>
<feature name='xsave'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaveopt'/>
<feature name='xsaves'/>
</model>
</cpus>

View File

@ -259,7 +259,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -268,6 +268,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -466,7 +466,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -497,6 +497,37 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='clzero'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='svme-addr-chk'/>
<feature name='topoext'/>
<feature name='umip'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -258,7 +258,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -267,6 +267,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -297,7 +297,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -306,6 +306,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -531,7 +531,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -562,6 +562,37 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='clzero'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='svme-addr-chk'/>
<feature name='topoext'/>
<feature name='umip'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -296,7 +296,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -305,6 +305,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -294,7 +294,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -303,6 +303,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -530,7 +530,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -560,6 +560,36 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='clzero'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='umip'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -293,7 +293,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -302,6 +302,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -295,7 +295,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -304,6 +304,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -531,7 +531,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -560,6 +560,35 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='clzero'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -294,7 +294,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -303,6 +303,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -296,7 +296,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -305,6 +305,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -531,7 +531,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -560,6 +560,35 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='avx'/>
<feature name='avx2'/>
<feature name='clzero'/>
<feature name='f16c'/>
<feature name='fma'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -295,7 +295,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -304,6 +304,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -301,7 +301,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -310,6 +310,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -436,7 +436,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -461,6 +461,31 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -436,7 +436,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -461,6 +461,31 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fsrm'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -300,7 +300,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -309,6 +309,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -301,7 +301,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -310,6 +310,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -440,7 +440,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
@ -464,6 +464,30 @@
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='3dnowprefetch'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='rdpid'/>
<feature name='rdseed'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='wbnoinvd'/>
<feature name='xsavec'/>
<feature name='xsaveerptr'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='3dnowprefetch'/>

View File

@ -300,7 +300,7 @@
<model usable='yes' vendor='Hygon'>Dhyana</model>
<model usable='yes' vendor='AMD'>EPYC</model>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -309,6 +309,15 @@
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-Rome</model>
<model usable='no' vendor='Intel' canonical='Haswell-v1'>Haswell</model>
<blockers model='Haswell'>

View File

@ -335,7 +335,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -345,6 +345,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -401,7 +401,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
@ -420,6 +420,50 @@
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='sha-ni'/>
<feature name='topoext'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lfence-always-serializing'/>
<feature name='misalignsse'/>
<feature name='no-nested-data-bp'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='sha-ni'/>
<feature name='stibp-always-on'/>
<feature name='topoext'/>
<feature name='vpclmulqdq'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='amd-stibp'/>

View File

@ -334,7 +334,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -344,6 +344,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -336,7 +336,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -346,6 +346,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -397,7 +397,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
@ -415,6 +415,48 @@
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='topoext'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lfence-always-serializing'/>
<feature name='misalignsse'/>
<feature name='no-nested-data-bp'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='stibp-always-on'/>
<feature name='topoext'/>
<feature name='vpclmulqdq'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='amd-stibp'/>

View File

@ -335,7 +335,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -345,6 +345,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -336,7 +336,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -346,6 +346,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -381,7 +381,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
@ -399,6 +399,48 @@
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='topoext'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lfence-always-serializing'/>
<feature name='misalignsse'/>
<feature name='no-nested-data-bp'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='stibp-always-on'/>
<feature name='topoext'/>
<feature name='vpclmulqdq'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='amd-stibp'/>

View File

@ -335,7 +335,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -345,6 +345,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -340,7 +340,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -350,6 +350,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -380,7 +380,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
@ -398,6 +398,48 @@
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='topoext'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lfence-always-serializing'/>
<feature name='misalignsse'/>
<feature name='no-nested-data-bp'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='stibp-always-on'/>
<feature name='topoext'/>
<feature name='vpclmulqdq'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='amd-stibp'/>

View File

@ -339,7 +339,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -349,6 +349,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -340,7 +340,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -350,6 +350,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>

View File

@ -380,7 +380,7 @@
<feature name='topoext'/>
<feature name='xsavec'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
@ -398,6 +398,48 @@
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='misalignsse'/>
<feature name='nrip-save'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='topoext'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='amd-ssbd'/>
<feature name='amd-stibp'/>
<feature name='clzero'/>
<feature name='fxsr_opt'/>
<feature name='ibpb'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='lfence-always-serializing'/>
<feature name='misalignsse'/>
<feature name='no-nested-data-bp'/>
<feature name='nrip-save'/>
<feature name='null-sel-clr-base'/>
<feature name='osvw'/>
<feature name='pcid'/>
<feature name='perfctr_core'/>
<feature name='stibp-always-on'/>
<feature name='topoext'/>
<feature name='vpclmulqdq'/>
<feature name='xsavec'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='amd-stibp'/>

View File

@ -339,7 +339,7 @@
<feature name='xsaves'/>
</blockers>
<model usable='yes' vendor='AMD'>EPYC-IBPB</model>
<model usable='no' vendor='AMD'>EPYC-Milan</model>
<model usable='no' vendor='AMD' canonical='EPYC-Milan-v1'>EPYC-Milan</model>
<blockers model='EPYC-Milan'>
<feature name='erms'/>
<feature name='fsrm'/>
@ -349,6 +349,31 @@
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v1</model>
<blockers model='EPYC-Milan-v1'>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Milan-v2</model>
<blockers model='EPYC-Milan-v2'>
<feature name='amd-psfd'/>
<feature name='erms'/>
<feature name='fsrm'/>
<feature name='ibrs'/>
<feature name='invpcid'/>
<feature name='no-nested-data-bp'/>
<feature name='pcid'/>
<feature name='pku'/>
<feature name='stibp-always-on'/>
<feature name='vaes'/>
<feature name='vpclmulqdq'/>
<feature name='xsaves'/>
</blockers>
<model usable='no' vendor='AMD'>EPYC-Rome</model>
<blockers model='EPYC-Rome'>
<feature name='xsaves'/>