|
| 1 | +# Copyright (C) 2017-2023 Intel Corporation. |
| 2 | +# |
| 3 | +# This software and the related documents are Intel copyrighted materials, and your |
| 4 | +# use of them is governed by the express license under which they were provided to |
| 5 | +# you ("License"). Unless the License provides otherwise, you may not use, modify, |
| 6 | +# copy, publish, distribute, disclose or transmit this software or the related |
| 7 | +# documents without Intel's prior written permission. |
| 8 | +# |
| 9 | +# This software and the related documents are provided as is, with no express or |
| 10 | +# implied warranties, other than those that are expressly stated in the License. |
| 11 | +# |
| 12 | +# CPUID_VERSION = 1.0 |
| 13 | +# Input => Output |
| 14 | +# EAX ECX => EAX EBX ECX EDX |
| 15 | +00000000 ******** => 00000024 68747541 444d4163 69746e65 |
| 16 | +00000001 ******** => 000806f0 00100800 7ffaf3ff bfebfbff |
| 17 | +00000002 ******** => 76035a01 00f0b6ff 00000000 00c10000 |
| 18 | +00000003 ******** => 00000000 00000000 00000000 00000000 |
| 19 | +00000004 00000000 => 7c004121 01c0003f 0000003f 00000000 #Deterministic Cache |
| 20 | +00000004 00000001 => 7c004122 01c0003f 0000003f 00000000 |
| 21 | +00000004 00000002 => 7c004143 03c0003f 000003ff 00000000 |
| 22 | +00000004 00000003 => 7c0fc163 0280003f 0000dfff 00000004 |
| 23 | +00000004 00000004 => 00000000 00000000 00000000 00000000 |
| 24 | +00000005 ******** => 00000040 00000040 00000003 00042120 #MONITOR/MWAIT |
| 25 | +00000006 ******** => 00000077 00000002 00000001 00000000 #Thermal and Power |
| 26 | +00000007 00000000 => 00000001 f3bfbfbf bac05ffe 03d54130 #Extended Features |
| 27 | +00000007 00000001 => 18ee00bf 00000002 00000000 1d29cd3e |
| 28 | +00000008 ******** => 00000000 00000000 00000000 00000000 |
| 29 | +00000009 ******** => 00000000 00000000 00000000 00000000 #Direct Cache |
| 30 | +0000000a ******** => 07300403 00000000 00000000 00000603 |
| 31 | +0000000b 00000000 => 00000001 00000002 00000100 00000000 #Extended Topology |
| 32 | +0000000b 00000001 => 00000004 00000002 00000201 00000000 |
| 33 | +0000000c ******** => 00000000 00000000 00000000 00000000 |
| 34 | +0000000d 00000000 => 000e02e7 00002b00 00002b00 00000000 #xcr0 |
| 35 | +0000000d 00000001 => 0000001f 00000240 00000100 00000000 |
| 36 | +0000000d 00000002 => 00000100 00000240 00000000 00000000 |
| 37 | +0000000d 00000005 => 00000040 00000440 00000000 00000000 #zmasks |
| 38 | +0000000d 00000006 => 00000200 00000480 00000000 00000000 #zmmh |
| 39 | +0000000d 00000007 => 00000400 00000680 00000000 00000000 #zmm |
| 40 | +0000000d 00000011 => 00000040 00000ac0 00000002 00000000 #tileconfig |
| 41 | +0000000d 00000012 => 00002000 00000b00 00000006 00000000 #tiles |
| 42 | +0000000d 00000013 => 00000080 000003c0 00000000 00000000 #APX |
| 43 | +00000014 00000000 => 00000000 00000010 00000000 00000000 #ptwrite |
| 44 | +00000019 ******** => 00000000 00000005 00000000 00000000 #Key Locker |
| 45 | +0000001d 00000000 => 00000001 00000000 00000000 00000000 #AMX Tile |
| 46 | +0000001d 00000001 => 04002000 00080040 00000010 00000000 #AMX Palette1 |
| 47 | +0000001e ******** => 00000000 00004010 00000000 00000000 #AMX Tmul |
| 48 | +00000024 ******** => 00000000 00070001 00000000 00000000 #AVX10 |
| 49 | +80000000 ******** => 80000008 00000000 00000000 00000000 |
| 50 | +80000001 ******** => 00000000 00000000 00200961 2c100000 |
| 51 | +80000002 ******** => 00000000 00000000 00000000 00000000 |
| 52 | +80000003 ******** => 00000000 00000000 00000000 00000000 |
| 53 | +80000004 ******** => 00000000 00000000 00000000 00000000 |
| 54 | +80000005 ******** => 00000000 00000000 00000000 00000000 |
| 55 | +80000006 ******** => 00000000 00000000 01006040 00000000 |
| 56 | +80000007 ******** => 00000000 00000000 00000000 00000100 |
| 57 | +80000008 ******** => 00003028 00000200 00000200 00000000 |
| 58 | + |
| 59 | +# This file was copied from intel-sde/misc/cpuid/future/cpuid.def, and modified to |
| 60 | +# use "AuthenticAMD" as the vendor and the support for `XOP`, `SSE4a`, `TBM` and |
| 61 | +# `AVX512_VP2INTERSECT` was added in the CPUID. |
0 commit comments