cpu_map.xml 22.5 KB
Newer Older
1 2
<cpus>
  <arch name='x86'>
J
Jiri Denemark 已提交
3 4 5 6
    <!-- vendor definitions -->
    <vendor name='Intel' string='GenuineIntel'/>
    <vendor name='AMD' string='AuthenticAMD'/>

7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102
    <!-- standard features, EDX -->
    <feature name='fpu'> <!-- CPUID_FP87 -->
      <cpuid function='0x00000001' edx='0x00000001'/>
    </feature>
    <feature name='vme'> <!-- CPUID_VME -->
      <cpuid function='0x00000001' edx='0x00000002'/>
    </feature>
    <feature name='de'> <!-- CPUID_DE -->
      <cpuid function='0x00000001' edx='0x00000004'/>
    </feature>
    <feature name='pse'> <!-- CPUID_PSE -->
      <cpuid function='0x00000001' edx='0x00000008'/>
    </feature>
    <feature name='tsc'> <!-- CPUID_TSC -->
      <cpuid function='0x00000001' edx='0x00000010'/>
    </feature>
    <feature name='msr'> <!-- CPUID_MSR -->
      <cpuid function='0x00000001' edx='0x00000020'/>
    </feature>
    <feature name='pae'> <!-- CPUID_PAE -->
      <cpuid function='0x00000001' edx='0x00000040'/>
    </feature>
    <feature name='mce'> <!-- CPUID_MCE -->
      <cpuid function='0x00000001' edx='0x00000080'/>
    </feature>
    <feature name='cx8'> <!-- CPUID_CX8 -->
      <cpuid function='0x00000001' edx='0x00000100'/>
    </feature>
    <feature name='apic'> <!-- CPUID_APIC -->
      <cpuid function='0x00000001' edx='0x00000200'/>
    </feature>
    <feature name='sep'> <!-- CPUID_SEP -->
      <cpuid function='0x00000001' edx='0x00000800'/>
    </feature>
    <feature name='mtrr'> <!-- CPUID_MTRR -->
      <cpuid function='0x00000001' edx='0x00001000'/>
    </feature>
    <feature name='pge'> <!-- CPUID_PGE -->
      <cpuid function='0x00000001' edx='0x00002000'/>
    </feature>
    <feature name='mca'> <!-- CPUID_MCA -->
      <cpuid function='0x00000001' edx='0x00004000'/>
    </feature>
    <feature name='cmov'> <!-- CPUID_CMOV -->
      <cpuid function='0x00000001' edx='0x00008000'/>
    </feature>
    <feature name='pat'> <!-- CPUID_PAT -->
      <cpuid function='0x00000001' edx='0x00010000'/>
    </feature>
    <feature name='pse36'> <!-- CPUID_PSE36 -->
      <cpuid function='0x00000001' edx='0x00020000'/>
    </feature>
    <feature name='pn'> <!-- CPUID_PN -->
      <cpuid function='0x00000001' edx='0x00040000'/>
    </feature>
    <feature name='clflush'> <!-- CPUID_CLFLUSH -->
      <cpuid function='0x00000001' edx='0x00080000'/>
    </feature>
    <feature name='ds'> <!-- CPUID_DTS -->
      <cpuid function='0x00000001' edx='0x00200000'/>
    </feature>
    <feature name='acpi'> <!-- CPUID_ACPI -->
      <cpuid function='0x00000001' edx='0x00400000'/>
    </feature>
    <feature name='mmx'> <!-- CPUID_MMX -->
      <cpuid function='0x00000001' edx='0x00800000'/>
    </feature>
    <feature name='fxsr'> <!-- CPUID_FXSR -->
      <cpuid function='0x00000001' edx='0x01000000'/>
    </feature>
    <feature name='sse'> <!-- CPUID_SSE -->
      <cpuid function='0x00000001' edx='0x02000000'/>
    </feature>
    <feature name='sse2'> <!-- CPUID_SSE2 -->
      <cpuid function='0x00000001' edx='0x04000000'/>
    </feature>
    <feature name='ss'> <!-- CPUID_SS -->
      <cpuid function='0x00000001' edx='0x08000000'/>
    </feature>
    <feature name='ht'> <!-- CPUID_HT -->
      <cpuid function='0x00000001' edx='0x10000000'/>
    </feature>
    <feature name='tm'> <!-- CPUID_TM -->
      <cpuid function='0x00000001' edx='0x20000000'/>
    </feature>
    <feature name='ia64'> <!-- CPUID_IA64 -->
      <cpuid function='0x00000001' edx='0x40000000'/>
    </feature>
    <feature name='pbe'> <!-- CPUID_PBE -->
      <cpuid function='0x00000001' edx='0x80000000'/>
    </feature>

    <!-- standard features, ECX -->
    <feature name='pni'> <!-- CPUID_EXT_SSE3 -->
      <cpuid function='0x00000001' ecx='0x00000001'/>
    </feature>
103 104 105 106 107 108
    <feature name='pclmuldq'>
      <cpuid function='0x00000001' ecx='0x00000002'/>
    </feature>
    <feature name='dtes64'>
      <cpuid function='0x00000001' ecx='0x00000004'/>
    </feature>
109 110 111 112 113 114 115 116
    <feature name='monitor'> <!-- CPUID_EXT_MONITOR -->
      <cpuid function='0x00000001' ecx='0x00000008'/>
    </feature>
    <feature name='ds_cpl'> <!-- CPUID_EXT_DSCPL -->
      <cpuid function='0x00000001' ecx='0x00000010'/>
    </feature>
    <feature name='vmx'> <!-- CPUID_EXT_VMX -->
      <cpuid function='0x00000001' ecx='0x00000020'/>
117 118 119
    </feature>
     <feature name='smx'>
      <cpuid function='0x00000001' ecx='0x00000040'/>
120 121 122 123 124 125 126 127 128 129 130 131 132
    </feature>
    <feature name='est'> <!-- CPUID_EXT_EST -->
      <cpuid function='0x00000001' ecx='0x00000080'/>
    </feature>
    <feature name='tm2'> <!-- CPUID_EXT_TM2 -->
      <cpuid function='0x00000001' ecx='0x00000100'/>
    </feature>
    <feature name='ssse3'> <!-- CPUID_EXT_SSSE3 -->
      <cpuid function='0x00000001' ecx='0x00000200'/>
    </feature>
    <feature name='cid'> <!-- CPUID_EXT_CID -->
      <cpuid function='0x00000001' ecx='0x00000400'/>
    </feature>
133 134 135
    <feature name='fma'>
      <cpuid function='0x00000001' ecx='0x00001000'/>
    </feature>
136 137 138 139 140 141
    <feature name='cx16'> <!-- CPUID_EXT_CX16 -->
      <cpuid function='0x00000001' ecx='0x00002000'/>
    </feature>
    <feature name='xtpr'> <!-- CPUID_EXT_XTPR -->
      <cpuid function='0x00000001' ecx='0x00004000'/>
    </feature>
142 143 144
    <feature name='pdcm'>
      <cpuid function='0x00000001' ecx='0x00008000'/>
    </feature>
145 146 147
    <feature name='pcid'>
      <cpuid function='0x00000001' ecx='0x00020000'/>
    </feature>
148 149 150
    <feature name='dca'> <!-- CPUID_EXT_DCA -->
      <cpuid function='0x00000001' ecx='0x00040000'/>
    </feature>
151 152 153 154 155 156
    <feature name='sse4.1'> <!-- CPUID_EXT_SSE41 -->
      <cpuid function='0x00000001' ecx='0x00080000'/>
    </feature>
    <feature name='sse4.2'> <!-- CPUID_EXT_SSE42 -->
      <cpuid function='0x00000001' ecx='0x00100000'/>
    </feature>
157 158 159
    <feature name='x2apic'> <!-- CPUID_EXT_X2APIC -->
      <cpuid function='0x00000001' ecx='0x00200000'/>
    </feature>
160 161 162
    <feature name='movbe'>
      <cpuid function='0x00000001' ecx='0x00400000'/>
    </feature>
163 164 165
    <feature name='popcnt'> <!-- CPUID_EXT_POPCNT -->
      <cpuid function='0x00000001' ecx='0x00800000'/>
    </feature>
166 167 168
    <feature name='tsc-deadline'>
      <cpuid function='0x00000001' ecx='0x01000000'/>
    </feature>
169 170 171
    <feature name='aes'>
      <cpuid function='0x00000001' ecx='0x02000000'/>
    </feature>
172 173 174 175 176 177 178 179 180
    <feature name='xsave'>
      <cpuid function='0x00000001' ecx='0x04000000'/>
    </feature>
    <feature name='osxsave'>
      <cpuid function='0x00000001' ecx='0x08000000'/>
    </feature>
    <feature name='avx'>
      <cpuid function='0x00000001' ecx='0x10000000'/>
    </feature>
P
Peter Krempa 已提交
181 182 183 184 185 186
    <feature name='f16c'>
      <cpuid function='0x00000001' ecx='0x20000000'/>
    </feature>
    <feature name='rdrand'>
      <cpuid function='0x00000001' ecx='0x40000000'/>
    </feature>
187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250
    <feature name='hypervisor'> <!-- CPUID_EXT_HYPERVISOR -->
      <cpuid function='0x00000001' ecx='0x80000000'/>
    </feature>

    <!-- extended features, EDX -->
    <feature name='syscall'> <!-- CPUID_EXT2_SYSCALL -->
      <cpuid function='0x80000001' edx='0x00000800'/>
    </feature>
    <feature name='nx'> <!-- CPUID_EXT2_NX -->
      <cpuid function='0x80000001' edx='0x00100000'/>
    </feature>
    <feature name='mmxext'> <!-- CPUID_EXT2_MMXEXT -->
      <cpuid function='0x80000001' edx='0x00400000'/>
    </feature>
    <feature name='fxsr_opt'> <!-- CPUID_EXT2_FFXSR -->
      <cpuid function='0x80000001' edx='0x02000000'/>
    </feature>
    <feature name='pdpe1gb'> <!-- CPUID_EXT2_PDPE1GB -->
      <cpuid function='0x80000001' edx='0x04000000'/>
    </feature>
    <feature name='rdtscp'> <!-- CPUID_EXT2_RDTSCP -->
      <cpuid function='0x80000001' edx='0x08000000'/>
    </feature>
    <feature name='lm'> <!-- CPUID_EXT2_LM -->
      <cpuid function='0x80000001' edx='0x20000000'/>
    </feature>
    <feature name='3dnowext'> <!-- CPUID_EXT2_3DNOWEXT -->
      <cpuid function='0x80000001' edx='0x40000000'/>
    </feature>
    <feature name='3dnow'> <!-- CPUID_EXT2_3DNOW -->
      <cpuid function='0x80000001' edx='0x80000000'/>
    </feature>

    <!-- extended features, ECX -->
    <feature name='lahf_lm'> <!-- CPUID_EXT3_LAHF_LM -->
      <cpuid function='0x80000001' ecx='0x00000001'/>
    </feature>
    <feature name='cmp_legacy'> <!-- CPUID_EXT3_CMP_LEG -->
      <cpuid function='0x80000001' ecx='0x00000002'/>
    </feature>
    <feature name='svm'> <!-- CPUID_EXT3_SVM -->
      <cpuid function='0x80000001' ecx='0x00000004'/>
    </feature>
    <feature name='extapic'> <!-- CPUID_EXT3_EXTAPIC -->
      <cpuid function='0x80000001' ecx='0x00000008'/>
    </feature>
    <feature name='cr8legacy'> <!-- CPUID_EXT3_CR8LEG -->
      <cpuid function='0x80000001' ecx='0x00000010'/>
    </feature>
    <feature name='abm'> <!-- CPUID_EXT3_ABM -->
      <cpuid function='0x80000001' ecx='0x00000020'/>
    </feature>
    <feature name='sse4a'> <!-- CPUID_EXT3_SSE4A -->
      <cpuid function='0x80000001' ecx='0x00000040'/>
    </feature>
    <feature name='misalignsse'> <!-- CPUID_EXT3_MISALIGNSSE -->
      <cpuid function='0x80000001' ecx='0x00000080'/>
    </feature>
    <feature name='3dnowprefetch'> <!-- CPUID_EXT3_3DNOWPREFETCH -->
      <cpuid function='0x80000001' ecx='0x00000100'/>
    </feature>
    <feature name='osvw'> <!-- CPUID_EXT3_OSVW -->
      <cpuid function='0x80000001' ecx='0x00000200'/>
    </feature>
251 252 253 254 255 256
    <feature name='ibs'>
      <cpuid function='0x80000001' ecx='0x00000400'/>
    </feature>
    <feature name='xop'>
      <cpuid function='0x80000001' ecx='0x00000800'/>
    </feature>
257 258 259 260 261 262
    <feature name='skinit'> <!-- CPUID_EXT3_SKINIT -->
      <cpuid function='0x80000001' ecx='0x00001000'/>
    </feature>
    <feature name='wdt'>
      <cpuid function='0x80000001' ecx='0x00002000'/>
    </feature>
P
Peter Krempa 已提交
263 264 265
    <feature name='lwp'>
      <cpuid function='0x80000001' ecx='0x00008000'/>
    </feature>
266 267 268
    <feature name='fma4'>
      <cpuid function='0x80000001' ecx='0x00010000'/>
    </feature>
P
Peter Krempa 已提交
269 270 271
    <feature name='tce'>
      <cpuid function='0x80000001' ecx='0x00020000'/>
    </feature>
272 273 274 275 276 277
    <feature name='cvt16'>
      <cpuid function='0x80000001' ecx='0x00040000'/>
    </feature>
    <feature name='nodeid_msr'>
      <cpuid function='0x80000001' ecx='0x00080000'/>
    </feature>
P
Peter Krempa 已提交
278 279 280 281 282 283 284 285 286 287 288 289
    <feature name='tbm'>
      <cpuid function='0x80000001' ecx='0x00200000'/>
    </feature>
    <feature name='topoext'>
      <cpuid function='0x80000001' ecx='0x00400000'/>
    </feature>
    <feature name='perfctr_core'>
      <cpuid function='0x80000001' ecx='0x00800000'/>
    </feature>
    <feature name='perfctr_nb'>
      <cpuid function='0x80000001' ecx='0x01000000'/>
    </feature>
290

291 292
    <!-- cpuid function 0x7 ecx 0x0 features -->
    <!-- We support only ecx 0x0 now as it's done by a workaround -->
P
Peter Krempa 已提交
293 294 295 296 297 298 299 300 301 302 303 304
    <feature name='fsgsbase'>
      <cpuid function='0x00000007' ebx='0x00000001'/>
    </feature>
    <feature name='bmi1'>
      <cpuid function='0x00000007' ebx='0x00000008'/>
    </feature>
    <feature name='hle'>
      <cpuid function='0x00000007' ebx='0x00000010'/>
    </feature>
    <feature name='avx2'>
      <cpuid function='0x00000007' ebx='0x00000020'/>
    </feature>
305 306 307
    <feature name='smep'>
      <cpuid function='0x00000007' ebx='0x00000080'/>
    </feature>
P
Peter Krempa 已提交
308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325
    <feature name='bmi2'>
      <cpuid function='0x00000007' ebx='0x00000100'/>
    </feature>
    <feature name='erms'>
      <cpuid function='0x00000007' ebx='0x00000200'/>
    </feature>
    <feature name='invpcid'>
      <cpuid function='0x00000007' ebx='0x00000400'/>
    </feature>
    <feature name='rtm'>
      <cpuid function='0x00000007' ebx='0x00000800'/>
    </feature>
    <feature name='rdseed'>
      <cpuid function='0x00000007' ebx='0x00040000'/>
    </feature>
    <feature name='adx'>
      <cpuid function='0x00000007' ebx='0x00080000'/>
    </feature>
326
    <feature name='smap'>
P
Peter Krempa 已提交
327
      <cpuid function='0x00000007' ebx='0x00100000'/>
328 329
    </feature>

J
Ján Tomko 已提交
330
    <!-- Advanced Power Management edx features -->
331
    <feature name='invtsc' migratable='no'>
J
Ján Tomko 已提交
332 333 334
      <cpuid function='0x80000007' edx='0x00000100'/>
    </feature>

335 336 337 338
    <!-- models -->
    <model name='486'>
      <feature name='fpu'/>
      <feature name='pse'/>
339
      <feature name='vme'/>
340 341
    </model>

M
Martin Kletzander 已提交
342
    <!-- Intel-based QEMU generic CPU models -->
343
    <model name='pentium'>
344
      <feature name='cx8'/>
345
      <feature name='de'/>
346
      <feature name='fpu'/>
347 348
      <feature name='mce'/>
      <feature name='mmx'/>
349
      <feature name='msr'/>
350
      <feature name='pse'/>
351
      <feature name='tsc'/>
352
      <feature name='vme'/>
353 354 355 356
    </model>

    <model name='pentium2'>
      <feature name='cmov'/>
357 358 359
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
360 361
      <feature name='fxsr'/>
      <feature name='mca'/>
362 363 364
      <feature name='mce'/>
      <feature name='mmx'/>
      <feature name='msr'/>
365 366
      <feature name='mtrr'/>
      <feature name='pae'/>
367
      <feature name='pat'/>
368
      <feature name='pge'/>
369
      <feature name='pse'/>
370
      <feature name='pse36'/>
371
      <feature name='sep'/>
372 373
      <feature name='tsc'/>
      <feature name='vme'/>
374 375 376
    </model>

    <model name='pentium3'>
377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392
      <feature name='cmov'/>
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
      <feature name='fxsr'/>
      <feature name='mca'/>
      <feature name='mce'/>
      <feature name='mmx'/>
      <feature name='msr'/>
      <feature name='mtrr'/>
      <feature name='pae'/>
      <feature name='pat'/>
      <feature name='pge'/>
      <feature name='pse'/>
      <feature name='pse36'/>
      <feature name='sep'/>
393
      <feature name='sse'/>
394 395
      <feature name='tsc'/>
      <feature name='vme'/>
396 397 398
    </model>

    <model name='pentiumpro'>
399 400 401
      <feature name='apic'/>
      <feature name='cmov'/>
      <feature name='cx8'/>
402
      <feature name='de'/>
403 404 405 406
      <feature name='fpu'/>
      <feature name='fxsr'/>
      <feature name='mce'/>
      <feature name='mmx'/>
407
      <feature name='msr'/>
M
Martin Kletzander 已提交
408
      <feature name='pae'/>
409
      <feature name='pat'/>
410 411 412
      <feature name='pge'/>
      <feature name='pse'/>
      <feature name='sep'/>
413 414
      <feature name='sse'/>
      <feature name='sse2'/>
415
      <feature name='tsc'/>
416 417
    </model>

418
    <model name='coreduo'>
M
Martin Kletzander 已提交
419
      <vendor name='Intel'/>
420
      <feature name='apic'/>
M
Martin Kletzander 已提交
421
      <feature name='clflush'/>
422 423 424 425 426
      <feature name='cmov'/>
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
      <feature name='fxsr'/>
427
      <feature name='mca'/>
428 429
      <feature name='mce'/>
      <feature name='mmx'/>
430
      <feature name='monitor'/>
431
      <feature name='msr'/>
432
      <feature name='mtrr'/>
433
      <feature name='nx'/>
434 435 436
      <feature name='pae'/>
      <feature name='pat'/>
      <feature name='pge'/>
437
      <feature name='pni'/>
438 439 440 441 442
      <feature name='pse'/>
      <feature name='sep'/>
      <feature name='sse'/>
      <feature name='sse2'/>
      <feature name='tsc'/>
443
      <feature name='vme'/>
444 445
    </model>

M
Martin Kletzander 已提交
446 447 448
    <model name='n270'>
      <model name='coreduo'/>
      <feature name='ssse3'/>
449 450
    </model>

M
Martin Kletzander 已提交
451 452
    <model name='core2duo'>
      <model name='n270'/>
453
      <feature name='lm'/>
454 455
      <feature name='pse36'/>
      <feature name='syscall'/>
456 457
    </model>

M
Martin Kletzander 已提交
458 459
    <!-- Generic QEMU CPU models -->
    <model name='qemu32'>
460 461 462 463 464 465 466 467 468 469 470 471
      <feature name='apic'/>
      <feature name='cmov'/>
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
      <feature name='fxsr'/>
      <feature name='mce'/>
      <feature name='mmx'/>
      <feature name='msr'/>
      <feature name='pae'/>
      <feature name='pat'/>
      <feature name='pge'/>
472
      <feature name='pni'/>
473 474 475 476 477
      <feature name='pse'/>
      <feature name='sep'/>
      <feature name='sse'/>
      <feature name='sse2'/>
      <feature name='tsc'/>
478 479
    </model>

M
Martin Kletzander 已提交
480 481
    <model name='kvm32'>
      <model name='qemu32'/>
482
      <feature name='clflush'/>
483
      <feature name='mca'/>
484
      <feature name='mtrr'/>
485
      <feature name='pse36'/>
M
Martin Kletzander 已提交
486 487 488 489 490
    </model>

    <model name='cpu64-rhel5'>
      <model name='kvm32'/>
      <feature name='lm'/>
491 492
      <feature name='nx'/>
      <feature name='syscall'/>
493 494
    </model>

M
Martin Kletzander 已提交
495 496 497 498
    <model name='cpu64-rhel6'>
      <model name='cpu64-rhel5'/>
      <feature name='cx16'/>
      <feature name='lahf_lm'/>
499 500
    </model>

M
Martin Kletzander 已提交
501 502 503
    <model name='kvm64'>
      <model name='cpu64-rhel5'/>
      <feature name='cx16'/>
504
    </model>
505

M
Martin Kletzander 已提交
506 507 508 509 510
    <model name='qemu64'>
      <model name='kvm64'/>
      <!-- These are supported only by TCG.  KVM supports them only if the
           host does.  So we leave them out:

511
           <feature name='abm'/>
M
Martin Kletzander 已提交
512
           <feature name='lahf_lm'/>
513
           <feature name='popcnt'/>
M
Martin Kletzander 已提交
514 515 516 517 518 519
           <feature name='sse4a'/>
      -->
      <feature name='svm'/>
    </model>

    <!-- Intel CPU models -->
520
    <model name='Conroe'>
521
      <vendor name='Intel'/>
522
      <feature name='apic'/>
M
Martin Kletzander 已提交
523
      <feature name='clflush'/>
524 525 526 527 528
      <feature name='cmov'/>
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
      <feature name='fxsr'/>
529 530 531
      <feature name='lahf_lm'/>
      <feature name='lm'/>
      <feature name='mca'/>
532 533 534
      <feature name='mce'/>
      <feature name='mmx'/>
      <feature name='msr'/>
535 536
      <feature name='mtrr'/>
      <feature name='nx'/>
537 538 539
      <feature name='pae'/>
      <feature name='pat'/>
      <feature name='pge'/>
540
      <feature name='pni'/>
541
      <feature name='pse'/>
542
      <feature name='pse36'/>
543 544 545
      <feature name='sep'/>
      <feature name='sse'/>
      <feature name='sse2'/>
546 547
      <feature name='ssse3'/>
      <feature name='syscall'/>
548
      <feature name='tsc'/>
549 550 551
    </model>

    <model name='Penryn'>
M
Martin Kletzander 已提交
552
      <model name='Conroe'/>
553 554 555 556 557
      <feature name='cx16'/>
      <feature name='sse4.1'/>
    </model>

    <model name='Nehalem'>
M
Martin Kletzander 已提交
558
      <model name='Penryn'/>
559
      <feature name='popcnt'/>
560
      <feature name='sse4.2'/>
561 562
    </model>

563 564 565 566 567
    <model name='Westmere'>
      <model name='Nehalem'/>
      <feature name='aes'/>
    </model>

568
    <model name='SandyBridge'>
M
Martin Kletzander 已提交
569
      <model name='Westmere'/>
570
      <feature name='avx'/>
571
      <feature name='pclmuldq'/>
572
      <feature name='rdtscp'/>
M
Martin Kletzander 已提交
573
      <feature name='tsc-deadline'/>
574
      <feature name='x2apic'/>
575 576 577
      <feature name='xsave'/>
    </model>

578
    <model name='Haswell-noTSX'>
P
Peter Krempa 已提交
579 580
      <model name='SandyBridge'/>
      <feature name='avx2'/>
581
      <feature name='bmi1'/>
P
Peter Krempa 已提交
582 583
      <feature name='bmi2'/>
      <feature name='erms'/>
584 585
      <feature name='fma'/>
      <feature name='fsgsbase'/>
P
Peter Krempa 已提交
586
      <feature name='invpcid'/>
587 588 589
      <feature name='movbe'/>
      <feature name='pcid'/>
      <feature name='smep'/>
590 591 592 593 594
    </model>

    <model name='Haswell'>
      <model name='Haswell-noTSX'/>
      <feature name='hle'/>
P
Peter Krempa 已提交
595 596 597
      <feature name='rtm'/>
    </model>

598 599
    <model name='Broadwell-noTSX'>
      <model name='Haswell-noTSX'/>
J
Jiri Denemark 已提交
600 601
      <feature name='3dnowprefetch'/>
      <feature name='adx'/>
602
      <feature name='rdseed'/>
J
Jiri Denemark 已提交
603 604 605
      <feature name='smap'/>
    </model>

606 607 608 609 610 611
    <model name='Broadwell'>
      <model name='Broadwell-noTSX'/>
      <feature name='hle'/>
      <feature name='rtm'/>
    </model>

M
Martin Kletzander 已提交
612 613
    <!-- AMD CPUs -->
    <model name='athlon'>
614
      <vendor name='AMD'/>
615 616
      <feature name='3dnow'/>
      <feature name='3dnowext'/>
617 618 619 620 621 622 623 624
      <feature name='apic'/>
      <feature name='cmov'/>
      <feature name='cx8'/>
      <feature name='de'/>
      <feature name='fpu'/>
      <feature name='fxsr'/>
      <feature name='mce'/>
      <feature name='mmx'/>
625
      <feature name='mmxext'/>
626
      <feature name='msr'/>
627
      <feature name='mtrr'/>
628 629 630 631
      <feature name='pae'/>
      <feature name='pat'/>
      <feature name='pge'/>
      <feature name='pse'/>
632
      <feature name='pse36'/>
633 634 635 636
      <feature name='sep'/>
      <feature name='sse'/>
      <feature name='sse2'/>
      <feature name='tsc'/>
637
      <feature name='vme'/>
638 639
    </model>

M
Martin Kletzander 已提交
640 641
    <model name='phenom'>
      <model name='cpu64-rhel5'/>
642
      <vendor name='AMD'/>
M
Martin Kletzander 已提交
643
      <feature name='3dnow'/>
644 645 646 647
      <feature name='3dnowext'/>
      <feature name='fxsr_opt'/>
      <feature name='mmxext'/>
      <feature name='monitor'/>
M
Martin Kletzander 已提交
648 649 650 651 652 653 654 655 656 657
      <feature name='svm'/>
    </model>

    <model name='Opteron_G1'>
      <model name='cpu64-rhel5'/>
      <vendor name='AMD'/>
    </model>

    <model name='Opteron_G2'>
      <model name='Opteron_G1'/>
658 659
      <feature name='cx16'/>
      <feature name='lahf_lm'/>
660
      <feature name='rdtscp'/>
M
Martin Kletzander 已提交
661
      <feature name='svm'/>
662 663 664
    </model>

    <model name='Opteron_G3'>
M
Martin Kletzander 已提交
665
      <model name='Opteron_G2'/>
666 667
      <feature name='abm'/>
      <feature name='misalignsse'/>
668 669
      <feature name='monitor'/>
      <feature name='popcnt'/>
M
Martin Kletzander 已提交
670
      <feature name='sse4a'/>
671
    </model>
672 673

    <model name='Opteron_G4'>
M
Martin Kletzander 已提交
674 675 676
      <model name='Opteron_G2'/>
      <!-- Can't inherit from G3 because of missing "monitor"
           feature -->
677 678
      <feature name='3dnowprefetch'/>
      <feature name='abm'/>
679 680
      <feature name='aes'/>
      <feature name='avx'/>
681 682 683
      <feature name='fma4'/>
      <feature name='misalignsse'/>
      <feature name='pclmuldq'/>
684
      <feature name='pdpe1gb'/>
685 686 687
      <feature name='popcnt'/>
      <feature name='sse4.1'/>
      <feature name='sse4.2'/>
688
      <feature name='sse4a'/>
689
      <feature name='ssse3'/>
690
      <feature name='xop'/>
691
      <feature name='xsave'/>
692
    </model>
P
Peter Krempa 已提交
693 694 695 696 697 698 699

    <model name='Opteron_G5'>
      <model name='Opteron_G4'/>
      <feature name='f16c'/>
      <feature name='fma'/>
      <feature name='tbm'/>
    </model>
700
  </arch>
701

L
Li Zhang 已提交
702
  <arch name='ppc64'>
703 704
    <!-- vendor definitions -->
    <vendor name='IBM'/>
O
Olivia Yin 已提交
705
    <vendor name='Freescale'/>
706 707

    <!-- IBM-based CPU models -->
L
Li Zhang 已提交
708 709
    <model name='POWER7'>
      <vendor name='IBM'/>
710
      <pvr value='0x003f0200'/>
L
Li Zhang 已提交
711
    </model>
712

L
Li Zhang 已提交
713 714
    <model name='POWER7_v2.1'>
      <vendor name='IBM'/>
715
      <pvr value='0x003f0201'/>
L
Li Zhang 已提交
716
    </model>
717

L
Li Zhang 已提交
718 719
    <model name='POWER7_v2.3'>
      <vendor name='IBM'/>
720
      <pvr value='0x003f0203'/>
L
Li Zhang 已提交
721
    </model>
722 723 724 725 726 727 728 729 730 731 732

    <model name='POWER7+_v2.1'>
      <vendor name='IBM'/>
      <pvr value='0x004a0201'/>
    </model>

    <model name='POWER8_v1.0'>
      <vendor name='IBM'/>
      <pvr value='0x004b0100'/>
    </model>

733 734 735 736 737 738 739 740 741 742 743 744 745 746 747 748 749 750 751 752 753 754 755 756 757 758 759 760 761 762
    <model name='power6'>
      <vendor name='IBM'/>
      <compat isa='2.05'/>
      <pvr value='0x003e0000'/>
    </model>

    <model name='power7'>
      <vendor name='IBM'/>
      <compat isa='2.06'/>
      <pvr value='0x003f0000'/>
    </model>

    <model name='power7+'>
      <vendor name='IBM'/>
      <compat isa='2.06B'/>
      <pvr value='0x004a0000'/>
    </model>

    <model name='power8e'>
      <vendor name='IBM'/>
      <compat isa='2.07'/>
      <pvr value='0x004b0000'/>
    </model>

    <model name='power8'>
      <vendor name='IBM'/>
      <compat isa='2.07'/>
      <pvr value='0x004d0000'/>
    </model>

763
    <!-- Freescale-based CPU models -->
O
Olivia Yin 已提交
764 765 766 767 768 769 770 771 772
    <model name='POWERPC_e5500'>
      <vendor name='Freescale'/>
      <pvr value='0x80240000'/>
    </model>

    <model name='POWERPC_e6500'>
      <vendor name='Freescale'/>
      <pvr value='0x80400000'/>
    </model>
L
Li Zhang 已提交
773
  </arch>
774
</cpus>