]> git.proxmox.com Git - mirror_edk2.git/blob - UefiCpuPkg/Application/Cpuid/Cpuid.c
UefiCpuPkg/Cpuid.h: Add CPUID defines and structures for Intel SGX
[mirror_edk2.git] / UefiCpuPkg / Application / Cpuid / Cpuid.c
1 /** @file
2 UEFI Application to display CPUID leaf information.
3
4 Copyright (c) 2016, Intel Corporation. All rights reserved.<BR>
5 This program and the accompanying materials
6 are licensed and made available under the terms and conditions of the BSD License
7 which accompanies this distribution. The full text of the license may be found at
8 http://opensource.org/licenses/bsd-license.php
9
10 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
11 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
12
13 **/
14
15 #include <Uefi.h>
16 #include <Library/BaseLib.h>
17 #include <Library/UefiLib.h>
18 #include <Register/Cpuid.h>
19
20 ///
21 /// Macro used to display the value of a bit field in a register returned by CPUID.
22 ///
23 #define PRINT_BIT_FIELD(Variable, FieldName) \
24 Print (L"%5a%42a: %x\n", #Variable, #FieldName, Variable.Bits.FieldName);
25
26 ///
27 /// Macro used to display the value of a register returned by CPUID.
28 ///
29 #define PRINT_VALUE(Variable, Description) \
30 Print (L"%5a%42a: %x\n", #Variable, #Description, Variable);
31
32 ///
33 /// Structure for cache description lookup table
34 ///
35 typedef struct {
36 UINT8 CacheDescriptor;
37 CHAR8 *Type;
38 CHAR8 *Description;
39 } CPUID_CACHE_INFO_DESCRIPTION;
40
41 ///
42 /// Cache description lookup table
43 ///
44 CPUID_CACHE_INFO_DESCRIPTION mCpuidCacheInfoDescription[] = {
45 { 0x00 , "General" , "Null descriptor, this byte contains no information" },
46 { 0x01 , "TLB" , "Instruction TLB: 4 KByte pages, 4-way set associative, 32 entries" },
47 { 0x02 , "TLB" , "Instruction TLB: 4 MByte pages, fully associative, 2 entries" },
48 { 0x03 , "TLB" , "Data TLB: 4 KByte pages, 4-way set associative, 64 entries" },
49 { 0x04 , "TLB" , "Data TLB: 4 MByte pages, 4-way set associative, 8 entries" },
50 { 0x05 , "TLB" , "Data TLB1: 4 MByte pages, 4-way set associative, 32 entries" },
51 { 0x06 , "Cache" , "1st-level instruction cache: 8 KBytes, 4-way set associative, 32 byte line size" },
52 { 0x08 , "Cache" , "1st-level instruction cache: 16 KBytes, 4-way set associative, 32 byte line size" },
53 { 0x09 , "Cache" , "1st-level instruction cache: 32KBytes, 4-way set associative, 64 byte line size" },
54 { 0x0A , "Cache" , "1st-level data cache: 8 KBytes, 2-way set associative, 32 byte line size" },
55 { 0x0B , "TLB" , "Instruction TLB: 4 MByte pages, 4-way set associative, 4 entries" },
56 { 0x0C , "Cache" , "1st-level data cache: 16 KBytes, 4-way set associative, 32 byte line size" },
57 { 0x0D , "Cache" , "1st-level data cache: 16 KBytes, 4-way set associative, 64 byte line size" },
58 { 0x0E , "Cache" , "1st-level data cache: 24 KBytes, 6-way set associative, 64 byte line size" },
59 { 0x1D , "Cache" , "2nd-level cache: 128 KBytes, 2-way set associative, 64 byte line size" },
60 { 0x21 , "Cache" , "2nd-level cache: 256 KBytes, 8-way set associative, 64 byte line size" },
61 { 0x22 , "Cache" , "3rd-level cache: 512 KBytes, 4-way set associative, 64 byte line size, 2 lines per sector" },
62 { 0x23 , "Cache" , "3rd-level cache: 1 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" },
63 { 0x24 , "Cache" , "2nd-level cache: 1 MBytes, 16-way set associative, 64 byte line size" },
64 { 0x25 , "Cache" , "3rd-level cache: 2 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" },
65 { 0x29 , "Cache" , "3rd-level cache: 4 MBytes, 8-way set associative, 64 byte line size, 2 lines per sector" },
66 { 0x2C , "Cache" , "1st-level data cache: 32 KBytes, 8-way set associative, 64 byte line size" },
67 { 0x30 , "Cache" , "1st-level instruction cache: 32 KBytes, 8-way set associative, 64 byte line size" },
68 { 0x40 , "Cache" , "No 2nd-level cache or, if processor contains a valid 2nd-level cache, no 3rd-level cache" },
69 { 0x41 , "Cache" , "2nd-level cache: 128 KBytes, 4-way set associative, 32 byte line size" },
70 { 0x42 , "Cache" , "2nd-level cache: 256 KBytes, 4-way set associative, 32 byte line size" },
71 { 0x43 , "Cache" , "2nd-level cache: 512 KBytes, 4-way set associative, 32 byte line size" },
72 { 0x44 , "Cache" , "2nd-level cache: 1 MByte, 4-way set associative, 32 byte line size" },
73 { 0x45 , "Cache" , "2nd-level cache: 2 MByte, 4-way set associative, 32 byte line size" },
74 { 0x46 , "Cache" , "3rd-level cache: 4 MByte, 4-way set associative, 64 byte line size" },
75 { 0x47 , "Cache" , "3rd-level cache: 8 MByte, 8-way set associative, 64 byte line size" },
76 { 0x48 , "Cache" , "2nd-level cache: 3MByte, 12-way set associative, 64 byte line size" },
77 { 0x49 , "Cache" , "3rd-level cache: 4MB, 16-way set associative, 64-byte line size (Intel Xeon processor MP, Family 0FH, Model 06H). 2nd-level cache: 4 MByte, 16-way set associative, 64 byte line size" },
78 { 0x4A , "Cache" , "3rd-level cache: 6MByte, 12-way set associative, 64 byte line size" },
79 { 0x4B , "Cache" , "3rd-level cache: 8MByte, 16-way set associative, 64 byte line size" },
80 { 0x4C , "Cache" , "3rd-level cache: 12MByte, 12-way set associative, 64 byte line size" },
81 { 0x4D , "Cache" , "3rd-level cache: 16MByte, 16-way set associative, 64 byte line size" },
82 { 0x4E , "Cache" , "2nd-level cache: 6MByte, 24-way set associative, 64 byte line size" },
83 { 0x4F , "TLB" , "Instruction TLB: 4 KByte pages, 32 entries" },
84 { 0x50 , "TLB" , "Instruction TLB: 4 KByte and 2-MByte or 4-MByte pages, 64 entries" },
85 { 0x51 , "TLB" , "Instruction TLB: 4 KByte and 2-MByte or 4-MByte pages, 128 entries" },
86 { 0x52 , "TLB" , "Instruction TLB: 4 KByte and 2-MByte or 4-MByte pages, 256 entries" },
87 { 0x55 , "TLB" , "Instruction TLB: 2-MByte or 4-MByte pages, fully associative, 7 entries" },
88 { 0x56 , "TLB" , "Data TLB0: 4 MByte pages, 4-way set associative, 16 entries" },
89 { 0x57 , "TLB" , "Data TLB0: 4 KByte pages, 4-way associative, 16 entries" },
90 { 0x59 , "TLB" , "Data TLB0: 4 KByte pages, fully associative, 16 entries" },
91 { 0x5A , "TLB" , "Data TLB0: 2-MByte or 4 MByte pages, 4-way set associative, 32 entries" },
92 { 0x5B , "TLB" , "Data TLB: 4 KByte and 4 MByte pages, 64 entries" },
93 { 0x5C , "TLB" , "Data TLB: 4 KByte and 4 MByte pages,128 entries" },
94 { 0x5D , "TLB" , "Data TLB: 4 KByte and 4 MByte pages,256 entries" },
95 { 0x60 , "Cache" , "1st-level data cache: 16 KByte, 8-way set associative, 64 byte line size" },
96 { 0x61 , "TLB" , "Instruction TLB: 4 KByte pages, fully associative, 48 entries" },
97 { 0x63 , "TLB" , "Data TLB: 1 GByte pages, 4-way set associative, 4 entries" },
98 { 0x66 , "Cache" , "1st-level data cache: 8 KByte, 4-way set associative, 64 byte line size" },
99 { 0x67 , "Cache" , "1st-level data cache: 16 KByte, 4-way set associative, 64 byte line size" },
100 { 0x68 , "Cache" , "1st-level data cache: 32 KByte, 4-way set associative, 64 byte line size" },
101 { 0x6A , "Cache" , "uTLB: 4 KByte pages, 8-way set associative, 64 entries" },
102 { 0x6B , "Cache" , "DTLB: 4 KByte pages, 8-way set associative, 256 entries" },
103 { 0x6C , "Cache" , "DTLB: 2M/4M pages, 8-way set associative, 128 entries" },
104 { 0x6D , "Cache" , "DTLB: 1 GByte pages, fully associative, 16 entries" },
105 { 0x70 , "Cache" , "Trace cache: 12 K-uop, 8-way set associative" },
106 { 0x71 , "Cache" , "Trace cache: 16 K-uop, 8-way set associative" },
107 { 0x72 , "Cache" , "Trace cache: 32 K-uop, 8-way set associative" },
108 { 0x76 , "TLB" , "Instruction TLB: 2M/4M pages, fully associative, 8 entries" },
109 { 0x78 , "Cache" , "2nd-level cache: 1 MByte, 4-way set associative, 64byte line size" },
110 { 0x79 , "Cache" , "2nd-level cache: 128 KByte, 8-way set associative, 64 byte line size, 2 lines per sector" },
111 { 0x7A , "Cache" , "2nd-level cache: 256 KByte, 8-way set associative, 64 byte line size, 2 lines per sector" },
112 { 0x7B , "Cache" , "2nd-level cache: 512 KByte, 8-way set associative, 64 byte line size, 2 lines per sector" },
113 { 0x7C , "Cache" , "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size, 2 lines per sector" },
114 { 0x7D , "Cache" , "2nd-level cache: 2 MByte, 8-way set associative, 64byte line size" },
115 { 0x7F , "Cache" , "2nd-level cache: 512 KByte, 2-way set associative, 64-byte line size" },
116 { 0x80 , "Cache" , "2nd-level cache: 512 KByte, 8-way set associative, 64-byte line size" },
117 { 0x82 , "Cache" , "2nd-level cache: 256 KByte, 8-way set associative, 32 byte line size" },
118 { 0x83 , "Cache" , "2nd-level cache: 512 KByte, 8-way set associative, 32 byte line size" },
119 { 0x84 , "Cache" , "2nd-level cache: 1 MByte, 8-way set associative, 32 byte line size" },
120 { 0x85 , "Cache" , "2nd-level cache: 2 MByte, 8-way set associative, 32 byte line size" },
121 { 0x86 , "Cache" , "2nd-level cache: 512 KByte, 4-way set associative, 64 byte line size" },
122 { 0x87 , "Cache" , "2nd-level cache: 1 MByte, 8-way set associative, 64 byte line size" },
123 { 0xA0 , "DTLB" , "DTLB: 4k pages, fully associative, 32 entries" },
124 { 0xB0 , "TLB" , "Instruction TLB: 4 KByte pages, 4-way set associative, 128 entries" },
125 { 0xB1 , "TLB" , "Instruction TLB: 2M pages, 4-way, 8 entries or 4M pages, 4-way, 4 entries" },
126 { 0xB2 , "TLB" , "Instruction TLB: 4KByte pages, 4-way set associative, 64 entries" },
127 { 0xB3 , "TLB" , "Data TLB: 4 KByte pages, 4-way set associative, 128 entries" },
128 { 0xB4 , "TLB" , "Data TLB1: 4 KByte pages, 4-way associative, 256 entries" },
129 { 0xB5 , "TLB" , "Instruction TLB: 4KByte pages, 8-way set associative, 64 entries" },
130 { 0xB6 , "TLB" , "Instruction TLB: 4KByte pages, 8-way set associative, 128 entries" },
131 { 0xBA , "TLB" , "Data TLB1: 4 KByte pages, 4-way associative, 64 entries" },
132 { 0xC0 , "TLB" , "Data TLB: 4 KByte and 4 MByte pages, 4-way associative, 8 entries" },
133 { 0xC1 , "STLB" , "Shared 2nd-Level TLB: 4 KByte/2MByte pages, 8-way associative, 1024 entries" },
134 { 0xC2 , "DTLB" , "DTLB: 4 KByte/2 MByte pages, 4-way associative, 16 entries" },
135 { 0xC3 , "STLB" , "Shared 2nd-Level TLB: 4 KByte /2 MByte pages, 6-way associative, 1536 entries. Also 1GBbyte pages, 4-way, 16 entries." },
136 { 0xCA , "STLB" , "Shared 2nd-Level TLB: 4 KByte pages, 4-way associative, 512 entries" },
137 { 0xD0 , "Cache" , "3rd-level cache: 512 KByte, 4-way set associative, 64 byte line size" },
138 { 0xD1 , "Cache" , "3rd-level cache: 1 MByte, 4-way set associative, 64 byte line size" },
139 { 0xD2 , "Cache" , "3rd-level cache: 2 MByte, 4-way set associative, 64 byte line size" },
140 { 0xD6 , "Cache" , "3rd-level cache: 1 MByte, 8-way set associative, 64 byte line size" },
141 { 0xD7 , "Cache" , "3rd-level cache: 2 MByte, 8-way set associative, 64 byte line size" },
142 { 0xD8 , "Cache" , "3rd-level cache: 4 MByte, 8-way set associative, 64 byte line size" },
143 { 0xDC , "Cache" , "3rd-level cache: 1.5 MByte, 12-way set associative, 64 byte line size" },
144 { 0xDD , "Cache" , "3rd-level cache: 3 MByte, 12-way set associative, 64 byte line size" },
145 { 0xDE , "Cache" , "3rd-level cache: 6 MByte, 12-way set associative, 64 byte line size" },
146 { 0xE2 , "Cache" , "3rd-level cache: 2 MByte, 16-way set associative, 64 byte line size" },
147 { 0xE3 , "Cache" , "3rd-level cache: 4 MByte, 16-way set associative, 64 byte line size" },
148 { 0xE4 , "Cache" , "3rd-level cache: 8 MByte, 16-way set associative, 64 byte line size" },
149 { 0xEA , "Cache" , "3rd-level cache: 12MByte, 24-way set associative, 64 byte line size" },
150 { 0xEB , "Cache" , "3rd-level cache: 18MByte, 24-way set associative, 64 byte line size" },
151 { 0xEC , "Cache" , "3rd-level cache: 24MByte, 24-way set associative, 64 byte line size" },
152 { 0xF0 , "Prefetch" , "64-Byte prefetching" },
153 { 0xF1 , "Prefetch" , "128-Byte prefetching" },
154 { 0xFF , "General" , "CPUID leaf 2 does not report cache descriptor information, use CPUID leaf 4 to query cache parameters" }
155 };
156
157 ///
158 /// The maximum supported CPUID leaf index starting from leaf 0x00000000.
159 ///
160 UINT32 gMaximumBasicFunction = CPUID_SIGNATURE;
161
162 ///
163 /// The maximum supported CPUID leaf index starting from leaf 0x80000000.
164 ///
165 UINT32 gMaximumExtendedFunction = CPUID_EXTENDED_FUNCTION;
166
167 /**
168 Display CPUID_SIGNATURE leaf.
169
170 **/
171 VOID
172 CpuidSignature (
173 VOID
174 )
175 {
176 UINT32 Eax;
177 UINT32 Ebx;
178 UINT32 Ecx;
179 UINT32 Edx;
180 CHAR8 Signature[13];
181
182 AsmCpuid (CPUID_SIGNATURE, &Eax, &Ebx, &Ecx, &Edx);
183
184 Print (L"CPUID_SIGNATURE (Leaf %08x)\n", CPUID_SIGNATURE);
185 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx, Ecx, Edx);
186 PRINT_VALUE (Eax, MaximumLeaf);
187 *(UINT32 *)(Signature + 0) = Ebx;
188 *(UINT32 *)(Signature + 4) = Edx;
189 *(UINT32 *)(Signature + 8) = Ecx;
190 Signature [12] = 0;
191 Print (L" Signature = %a\n", Signature);
192
193 gMaximumBasicFunction = Eax;
194 }
195
196 /**
197 Display CPUID_VERSION_INFO leaf.
198
199 **/
200 VOID
201 CpuidVersionInfo (
202 VOID
203 )
204 {
205 CPUID_VERSION_INFO_EAX Eax;
206 CPUID_VERSION_INFO_EBX Ebx;
207 CPUID_VERSION_INFO_ECX Ecx;
208 CPUID_VERSION_INFO_EDX Edx;
209 UINT32 DisplayFamily;
210 UINT32 DisplayModel;
211
212 if (CPUID_VERSION_INFO > gMaximumBasicFunction) {
213 return;
214 }
215
216 AsmCpuid (CPUID_VERSION_INFO, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
217
218 Print (L"CPUID_VERSION_INFO (Leaf %08x)\n", CPUID_VERSION_INFO);
219 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
220
221 DisplayFamily = Eax.Bits.FamilyId;
222 if (Eax.Bits.FamilyId == 0x0F) {
223 DisplayFamily |= (Eax.Bits.ExtendedFamilyId << 4);
224 }
225
226 DisplayModel = Eax.Bits.Model;
227 if (Eax.Bits.FamilyId == 0x06 || Eax.Bits.FamilyId == 0x0f) {
228 DisplayModel |= (Eax.Bits.ExtendedModelId << 4);
229 }
230
231 Print (L" Family = %x Model = %x Stepping = %x\n", DisplayFamily, DisplayModel, Eax.Bits.SteppingId);
232
233 PRINT_BIT_FIELD (Eax, SteppingId);
234 PRINT_BIT_FIELD (Eax, Model);
235 PRINT_BIT_FIELD (Eax, FamilyId);
236 PRINT_BIT_FIELD (Eax, ProcessorType);
237 PRINT_BIT_FIELD (Eax, ExtendedModelId);
238 PRINT_BIT_FIELD (Eax, ExtendedFamilyId);
239 PRINT_BIT_FIELD (Ebx, BrandIndex);
240 PRINT_BIT_FIELD (Ebx, CacheLineSize);
241 PRINT_BIT_FIELD (Ebx, MaximumAddressableIdsForLogicalProcessors);
242 PRINT_BIT_FIELD (Ebx, InitialLocalApicId);
243 PRINT_BIT_FIELD (Ecx, SSE3);
244 PRINT_BIT_FIELD (Ecx, PCLMULQDQ);
245 PRINT_BIT_FIELD (Ecx, DTES64);
246 PRINT_BIT_FIELD (Ecx, MONITOR);
247 PRINT_BIT_FIELD (Ecx, DS_CPL);
248 PRINT_BIT_FIELD (Ecx, VMX);
249 PRINT_BIT_FIELD (Ecx, SMX);
250 PRINT_BIT_FIELD (Ecx, TM2);
251 PRINT_BIT_FIELD (Ecx, SSSE3);
252 PRINT_BIT_FIELD (Ecx, CNXT_ID);
253 PRINT_BIT_FIELD (Ecx, SDBG);
254 PRINT_BIT_FIELD (Ecx, FMA);
255 PRINT_BIT_FIELD (Ecx, CMPXCHG16B);
256 PRINT_BIT_FIELD (Ecx, xTPR_Update_Control);
257 PRINT_BIT_FIELD (Ecx, PDCM);
258 PRINT_BIT_FIELD (Ecx, PCID);
259 PRINT_BIT_FIELD (Ecx, DCA);
260 PRINT_BIT_FIELD (Ecx, SSE4_1);
261 PRINT_BIT_FIELD (Ecx, SSE4_2);
262 PRINT_BIT_FIELD (Ecx, x2APIC);
263 PRINT_BIT_FIELD (Ecx, MOVBE);
264 PRINT_BIT_FIELD (Ecx, POPCNT);
265 PRINT_BIT_FIELD (Ecx, TSC_Deadline);
266 PRINT_BIT_FIELD (Ecx, AESNI);
267 PRINT_BIT_FIELD (Ecx, XSAVE);
268 PRINT_BIT_FIELD (Ecx, OSXSAVE);
269 PRINT_BIT_FIELD (Ecx, AVX);
270 PRINT_BIT_FIELD (Ecx, F16C);
271 PRINT_BIT_FIELD (Ecx, RDRAND);
272 PRINT_BIT_FIELD (Edx, FPU);
273 PRINT_BIT_FIELD (Edx, VME);
274 PRINT_BIT_FIELD (Edx, DE);
275 PRINT_BIT_FIELD (Edx, PSE);
276 PRINT_BIT_FIELD (Edx, TSC);
277 PRINT_BIT_FIELD (Edx, MSR);
278 PRINT_BIT_FIELD (Edx, PAE);
279 PRINT_BIT_FIELD (Edx, MCE);
280 PRINT_BIT_FIELD (Edx, CX8);
281 PRINT_BIT_FIELD (Edx, APIC);
282 PRINT_BIT_FIELD (Edx, SEP);
283 PRINT_BIT_FIELD (Edx, MTRR);
284 PRINT_BIT_FIELD (Edx, PGE);
285 PRINT_BIT_FIELD (Edx, MCA);
286 PRINT_BIT_FIELD (Edx, CMOV);
287 PRINT_BIT_FIELD (Edx, PAT);
288 PRINT_BIT_FIELD (Edx, PSE_36);
289 PRINT_BIT_FIELD (Edx, PSN);
290 PRINT_BIT_FIELD (Edx, CLFSH);
291 PRINT_BIT_FIELD (Edx, DS);
292 PRINT_BIT_FIELD (Edx, ACPI);
293 PRINT_BIT_FIELD (Edx, MMX);
294 PRINT_BIT_FIELD (Edx, FXSR);
295 PRINT_BIT_FIELD (Edx, SSE);
296 PRINT_BIT_FIELD (Edx, SSE2);
297 PRINT_BIT_FIELD (Edx, SS);
298 PRINT_BIT_FIELD (Edx, HTT);
299 PRINT_BIT_FIELD (Edx, TM);
300 PRINT_BIT_FIELD (Edx, PBE);
301 }
302
303 /**
304 Lookup a cache description string from the mCpuidCacheInfoDescription table.
305
306 @param[in] CacheDescriptor Cache descriptor value from CPUID_CACHE_INFO.
307
308 **/
309 CPUID_CACHE_INFO_DESCRIPTION *
310 LookupCacheDescription (
311 UINT8 CacheDescriptor
312 )
313 {
314 UINTN NumDescriptors;
315 UINTN Descriptor;
316
317 if (CacheDescriptor == 0x00) {
318 return NULL;
319 }
320 NumDescriptors = sizeof (mCpuidCacheInfoDescription)/sizeof (mCpuidCacheInfoDescription[0]);
321 for (Descriptor = 0; Descriptor < NumDescriptors; Descriptor++) {
322 if (CacheDescriptor == mCpuidCacheInfoDescription[Descriptor].CacheDescriptor) {
323 return &mCpuidCacheInfoDescription[Descriptor];
324 }
325 }
326 return NULL;
327 }
328
329 /**
330 Display CPUID_CACHE_INFO leaf for each supported cache descriptor.
331
332 **/
333 VOID
334 CpuidCacheInfo (
335 VOID
336 )
337 {
338 CPUID_CACHE_INFO_CACHE_TLB Eax;
339 CPUID_CACHE_INFO_CACHE_TLB Ebx;
340 CPUID_CACHE_INFO_CACHE_TLB Ecx;
341 CPUID_CACHE_INFO_CACHE_TLB Edx;
342 UINTN Index;
343 CPUID_CACHE_INFO_DESCRIPTION *CacheDescription;
344
345 if (CPUID_CACHE_INFO > gMaximumBasicFunction) {
346 return;
347 }
348
349 AsmCpuid (CPUID_CACHE_INFO, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
350
351 Print (L"CPUID_CACHE_INFO (Leaf %08x)\n", CPUID_CACHE_INFO);
352 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
353 if (Eax.Bits.NotValid == 0) {
354 //
355 // Process Eax.CacheDescriptor[1..3]. Ignore Eax.CacheDescriptor[0]
356 //
357 for (Index = 1; Index < 4; Index++) {
358 CacheDescription = LookupCacheDescription (Eax.CacheDescriptor[Index]);
359 if (CacheDescription != NULL) {
360 Print (L" %-8a %a\n",
361 CacheDescription->Type,
362 CacheDescription->Description
363 );
364 }
365 }
366 }
367 if (Ebx.Bits.NotValid == 0) {
368 //
369 // Process Ebx.CacheDescriptor[0..3]
370 //
371 for (Index = 0; Index < 4; Index++) {
372 CacheDescription = LookupCacheDescription (Ebx.CacheDescriptor[Index]);
373 if (CacheDescription != NULL) {
374 Print (L" %-8a %a\n",
375 CacheDescription->Type,
376 CacheDescription->Description
377 );
378 }
379 }
380 }
381 if (Ecx.Bits.NotValid == 0) {
382 //
383 // Process Ecx.CacheDescriptor[0..3]
384 //
385 for (Index = 0; Index < 4; Index++) {
386 CacheDescription = LookupCacheDescription (Ecx.CacheDescriptor[Index]);
387 if (CacheDescription != NULL) {
388 Print (L" %-8a %a\n",
389 CacheDescription->Type,
390 CacheDescription->Description
391 );
392 }
393 }
394 }
395 if (Edx.Bits.NotValid == 0) {
396 //
397 // Process Edx.CacheDescriptor[0..3]
398 //
399 for (Index = 0; Index < 4; Index++) {
400 CacheDescription = LookupCacheDescription (Edx.CacheDescriptor[Index]);
401 if (CacheDescription != NULL) {
402 Print (L" %-8a %a\n",
403 CacheDescription->Type,
404 CacheDescription->Description
405 );
406 }
407 }
408 }
409 }
410
411 /**
412 Display CPUID_SERIAL_NUMBER leaf if it is supported.
413
414 **/
415 VOID
416 CpuidSerialNumber (
417 VOID
418 )
419 {
420 CPUID_VERSION_INFO_EDX VersionInfoEdx;
421 UINT32 Ecx;
422 UINT32 Edx;
423
424 Print (L"CPUID_SERIAL_NUMBER (Leaf %08x)\n", CPUID_SERIAL_NUMBER);
425
426 if (CPUID_SERIAL_NUMBER > gMaximumBasicFunction) {
427 return;
428 }
429
430 AsmCpuid (CPUID_VERSION_INFO, NULL, NULL, NULL, &VersionInfoEdx.Uint32);
431 if (VersionInfoEdx.Bits.PSN == 0) {
432 Print (L" Not Supported\n");
433 return;
434 }
435
436 AsmCpuid (CPUID_SERIAL_NUMBER, NULL, NULL, &Ecx, &Edx);
437 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, 0, Ecx, Edx);
438 Print (L" Processor Serial Number = %08x%08x%08x\n", 0, Edx, Ecx);
439 }
440
441 /**
442 Display CPUID_CACHE_PARAMS for all supported sub-leafs.
443
444 **/
445 VOID
446 CpuidCacheParams (
447 VOID
448 )
449 {
450 UINT32 CacheLevel;
451 CPUID_CACHE_PARAMS_EAX Eax;
452 CPUID_CACHE_PARAMS_EBX Ebx;
453 UINT32 Ecx;
454 CPUID_CACHE_PARAMS_EDX Edx;
455
456 if (CPUID_CACHE_PARAMS > gMaximumBasicFunction) {
457 return;
458 }
459
460 CacheLevel = 0;
461 do {
462 AsmCpuidEx (
463 CPUID_CACHE_PARAMS, CacheLevel,
464 &Eax.Uint32, &Ebx.Uint32, &Ecx, &Edx.Uint32
465 );
466 if (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL) {
467 Print (L"CPUID_CACHE_PARAMS (Leaf %08x, Sub-Leaf %08x)\n", CPUID_CACHE_PARAMS, CacheLevel);
468 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx, Edx.Uint32);
469 PRINT_BIT_FIELD (Eax, CacheType);
470 PRINT_BIT_FIELD (Eax, CacheLevel);
471 PRINT_BIT_FIELD (Eax, SelfInitializingCache);
472 PRINT_BIT_FIELD (Eax, FullyAssociativeCache);
473 PRINT_BIT_FIELD (Eax, MaximumAddressableIdsForLogicalProcessors);
474 PRINT_BIT_FIELD (Eax, MaximumAddressableIdsForProcessorCores);
475 PRINT_BIT_FIELD (Ebx, LineSize);
476 PRINT_BIT_FIELD (Ebx, LinePartitions);
477 PRINT_BIT_FIELD (Ebx, Ways);
478 PRINT_VALUE (Ecx, NumberOfSets);
479 PRINT_BIT_FIELD (Edx, Invalidate);
480 PRINT_BIT_FIELD (Edx, CacheInclusiveness);
481 PRINT_BIT_FIELD (Edx, ComplexCacheIndexing);
482 }
483 CacheLevel++;
484 } while (Eax.Bits.CacheType != CPUID_CACHE_PARAMS_CACHE_TYPE_NULL);
485 }
486
487 /**
488 Display CPUID_MONITOR_MWAIT leaf.
489
490 **/
491 VOID
492 CpuidMonitorMwait (
493 VOID
494 )
495 {
496 CPUID_MONITOR_MWAIT_EAX Eax;
497 CPUID_MONITOR_MWAIT_EBX Ebx;
498 CPUID_MONITOR_MWAIT_ECX Ecx;
499 CPUID_MONITOR_MWAIT_EDX Edx;
500
501 if (CPUID_MONITOR_MWAIT > gMaximumBasicFunction) {
502 return;
503 }
504
505 AsmCpuid (CPUID_MONITOR_MWAIT, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
506
507 Print (L"CPUID_MONITOR_MWAIT (Leaf %08x)\n", CPUID_MONITOR_MWAIT);
508 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
509
510 PRINT_BIT_FIELD (Eax, SmallestMonitorLineSize);
511 PRINT_BIT_FIELD (Ebx, LargestMonitorLineSize);
512 PRINT_BIT_FIELD (Ecx, ExtensionsSupported);
513 PRINT_BIT_FIELD (Ecx, InterruptAsBreak);
514 PRINT_BIT_FIELD (Edx, C0States);
515 PRINT_BIT_FIELD (Edx, C1States);
516 PRINT_BIT_FIELD (Edx, C2States);
517 PRINT_BIT_FIELD (Edx, C3States);
518 PRINT_BIT_FIELD (Edx, C4States);
519 PRINT_BIT_FIELD (Edx, C5States);
520 PRINT_BIT_FIELD (Edx, C6States);
521 PRINT_BIT_FIELD (Edx, C7States);
522 }
523
524 /**
525 Display CPUID_THERMAL_POWER_MANAGEMENT leaf.
526
527 **/
528 VOID
529 CpuidThermalPowerManagement (
530 VOID
531 )
532 {
533 CPUID_THERMAL_POWER_MANAGEMENT_EAX Eax;
534 CPUID_THERMAL_POWER_MANAGEMENT_EBX Ebx;
535 CPUID_THERMAL_POWER_MANAGEMENT_ECX Ecx;
536
537 if (CPUID_THERMAL_POWER_MANAGEMENT > gMaximumBasicFunction) {
538 return;
539 }
540
541 AsmCpuid (CPUID_THERMAL_POWER_MANAGEMENT, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, NULL);
542
543 Print (L"CPUID_THERMAL_POWER_MANAGEMENT (Leaf %08x)\n", CPUID_THERMAL_POWER_MANAGEMENT);
544 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, 0);
545
546 PRINT_BIT_FIELD (Eax, DigitalTemperatureSensor);
547 PRINT_BIT_FIELD (Eax, TurboBoostTechnology);
548 PRINT_BIT_FIELD (Eax, ARAT);
549 PRINT_BIT_FIELD (Eax, PLN);
550 PRINT_BIT_FIELD (Eax, ECMD);
551 PRINT_BIT_FIELD (Eax, PTM);
552 PRINT_BIT_FIELD (Eax, HWP);
553 PRINT_BIT_FIELD (Eax, HWP_Notification);
554 PRINT_BIT_FIELD (Eax, HWP_Activity_Window);
555 PRINT_BIT_FIELD (Eax, HWP_Energy_Performance_Preference);
556 PRINT_BIT_FIELD (Eax, HWP_Package_Level_Request);
557 PRINT_BIT_FIELD (Eax, HDC);
558 PRINT_BIT_FIELD (Ebx, InterruptThresholds);
559 PRINT_BIT_FIELD (Ecx, HardwareCoordinationFeedback);
560 PRINT_BIT_FIELD (Ecx, PerformanceEnergyBias);
561 }
562
563 /**
564 Display CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS for all supported sub-leafs.
565
566 **/
567 VOID
568 CpuidStructuredExtendedFeatureFlags (
569 VOID
570 )
571 {
572 UINT32 Eax;
573 CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS_EBX Ebx;
574 CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS_ECX Ecx;
575 UINT32 SubLeaf;
576
577 if (CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS > gMaximumBasicFunction) {
578 return;
579 }
580
581 AsmCpuidEx (
582 CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS,
583 CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS_SUB_LEAF_INFO,
584 &Eax, NULL, NULL, NULL
585 );
586 for (SubLeaf = 0; SubLeaf <= Eax; SubLeaf++) {
587 AsmCpuidEx (
588 CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS,
589 SubLeaf,
590 NULL, &Ebx.Uint32, &Ecx.Uint32, NULL
591 );
592 if (Ebx.Uint32 != 0 || Ecx.Uint32 != 0) {
593 Print (L"CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS (Leaf %08x, Sub-Leaf %08x)\n", CPUID_STRUCTURED_EXTENDED_FEATURE_FLAGS, SubLeaf);
594 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx.Uint32, Ecx.Uint32, 0);
595 PRINT_BIT_FIELD (Ebx, FSGSBASE);
596 PRINT_BIT_FIELD (Ebx, IA32_TSC_ADJUST);
597 PRINT_BIT_FIELD (Ebx, BMI1);
598 PRINT_BIT_FIELD (Ebx, HLE);
599 PRINT_BIT_FIELD (Ebx, AVX2);
600 PRINT_BIT_FIELD (Ebx, FDP_EXCPTN_ONLY);
601 PRINT_BIT_FIELD (Ebx, SMEP);
602 PRINT_BIT_FIELD (Ebx, BMI2);
603 PRINT_BIT_FIELD (Ebx, EnhancedRepMovsbStosb);
604 PRINT_BIT_FIELD (Ebx, INVPCID);
605 PRINT_BIT_FIELD (Ebx, RTM);
606 PRINT_BIT_FIELD (Ebx, PQM);
607 PRINT_BIT_FIELD (Ebx, DeprecateFpuCsDs);
608 PRINT_BIT_FIELD (Ebx, MPX);
609 PRINT_BIT_FIELD (Ebx, PQE);
610 PRINT_BIT_FIELD (Ebx, RDSEED);
611 PRINT_BIT_FIELD (Ebx, ADX);
612 PRINT_BIT_FIELD (Ebx, SMAP);
613 PRINT_BIT_FIELD (Ebx, CLFLUSHOPT);
614 PRINT_BIT_FIELD (Ebx, IntelProcessorTrace);
615 PRINT_BIT_FIELD (Ecx, PREFETCHWT1);
616 PRINT_BIT_FIELD (Ecx, PKU);
617 PRINT_BIT_FIELD (Ecx, OSPKE);
618 }
619 SubLeaf++;
620 } while (SubLeaf <= Eax);
621 }
622
623 /**
624 Display CPUID_DIRECT_CACHE_ACCESS_INFO leaf.
625
626 **/
627 VOID
628 CpuidDirectCacheAccessInfo (
629 VOID
630 )
631 {
632 UINT32 Eax;
633
634 if (CPUID_DIRECT_CACHE_ACCESS_INFO > gMaximumBasicFunction) {
635 return;
636 }
637
638 AsmCpuid (CPUID_DIRECT_CACHE_ACCESS_INFO, &Eax, NULL, NULL, NULL);
639 Print (L"CPUID_DIRECT_CACHE_ACCESS_INFO (Leaf %08x)\n", CPUID_DIRECT_CACHE_ACCESS_INFO);
640 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, 0, 0, 0);
641 }
642
643 /**
644 Display CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING leaf.
645
646 **/
647 VOID
648 CpuidArchitecturalPerformanceMonitoring (
649 VOID
650 )
651 {
652 CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING_EAX Eax;
653 CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING_EBX Ebx;
654 CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING_EDX Edx;
655
656 if (CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING > gMaximumBasicFunction) {
657 return;
658 }
659
660 AsmCpuid (CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING, &Eax.Uint32, &Ebx.Uint32, NULL, &Edx.Uint32);
661 Print (L"CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING (Leaf %08x)\n", CPUID_ARCHITECTURAL_PERFORMANCE_MONITORING);
662 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, 0, Edx.Uint32);
663 PRINT_BIT_FIELD (Eax, ArchPerfMonVerID);
664 PRINT_BIT_FIELD (Eax, PerformanceMonitorCounters);
665 PRINT_BIT_FIELD (Eax, PerformanceMonitorCounterWidth);
666 PRINT_BIT_FIELD (Eax, EbxBitVectorLength);
667 PRINT_BIT_FIELD (Ebx, UnhaltedCoreCycles);
668 PRINT_BIT_FIELD (Ebx, InstructionsRetired);
669 PRINT_BIT_FIELD (Ebx, UnhaltedReferenceCycles);
670 PRINT_BIT_FIELD (Ebx, LastLevelCacheReferences);
671 PRINT_BIT_FIELD (Ebx, LastLevelCacheMisses);
672 PRINT_BIT_FIELD (Ebx, BranchInstructionsRetired);
673 PRINT_BIT_FIELD (Ebx, AllBranchMispredictRetired);
674 PRINT_BIT_FIELD (Edx, FixedFunctionPerformanceCounters);
675 PRINT_BIT_FIELD (Edx, FixedFunctionPerformanceCounterWidth);
676 }
677
678 /**
679 Display CPUID_EXTENDED_TOPOLOGY leafs for all supported levels.
680
681 **/
682 VOID
683 CpuidExtendedTopology (
684 VOID
685 )
686 {
687 CPUID_EXTENDED_TOPOLOGY_EAX Eax;
688 CPUID_EXTENDED_TOPOLOGY_EBX Ebx;
689 CPUID_EXTENDED_TOPOLOGY_ECX Ecx;
690 UINT32 Edx;
691 UINT32 LevelNumber;
692
693 if (CPUID_EXTENDED_TOPOLOGY > gMaximumBasicFunction) {
694 return;
695 }
696
697 LevelNumber = 0;
698 do {
699 AsmCpuidEx (
700 CPUID_EXTENDED_TOPOLOGY, LevelNumber,
701 &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx
702 );
703 if (Eax.Bits.ApicIdShift != 0) {
704 Print (L"CPUID_EXTENDED_TOPOLOGY (Leaf %08x, Sub-Leaf %08x)\n", CPUID_EXTENDED_TOPOLOGY, LevelNumber);
705 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx);
706 PRINT_BIT_FIELD (Eax, ApicIdShift);
707 PRINT_BIT_FIELD (Ebx, LogicalProcessors);
708 PRINT_BIT_FIELD (Ecx, LevelNumber);
709 PRINT_BIT_FIELD (Ecx, LevelType);
710 PRINT_VALUE (Edx, x2APIC_ID);
711 }
712 LevelNumber++;
713 } while (Eax.Bits.ApicIdShift != 0);
714 }
715
716 /**
717 Display CPUID_EXTENDED_STATE sub-leaf.
718
719 **/
720 VOID
721 CpuidExtendedStateSubLeaf (
722 VOID
723 )
724 {
725 CPUID_EXTENDED_STATE_SUB_LEAF_EAX Eax;
726 UINT32 Ebx;
727 CPUID_EXTENDED_STATE_SUB_LEAF_ECX Ecx;
728 UINT32 Edx;
729
730 AsmCpuidEx (
731 CPUID_EXTENDED_STATE, CPUID_EXTENDED_STATE_SUB_LEAF,
732 &Eax.Uint32, &Ebx, &Ecx.Uint32, &Edx
733 );
734 Print (L"CPUID_EXTENDED_STATE (Leaf %08x, Sub-Leaf %08x)\n", CPUID_EXTENDED_STATE, CPUID_EXTENDED_STATE_SUB_LEAF);
735 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx, Ecx.Uint32, Edx);
736 PRINT_BIT_FIELD (Eax, XSAVEOPT);
737 PRINT_BIT_FIELD (Eax, XSAVEC);
738 PRINT_BIT_FIELD (Eax, XGETBV);
739 PRINT_BIT_FIELD (Eax, XSAVES);
740 PRINT_VALUE (Ebx, EnabledSaveStateSize_XCR0_IA32_XSS);
741 PRINT_BIT_FIELD (Ecx, XCR0);
742 PRINT_BIT_FIELD (Ecx, PT);
743 PRINT_BIT_FIELD (Ecx, XCR0_1);
744 PRINT_VALUE (Edx, IA32_XSS_Supported_32_63);
745 }
746
747 /**
748 Display CPUID_EXTENDED_STATE size and offset information sub-leaf.
749
750 **/
751 VOID
752 CpuidExtendedStateSizeOffset (
753 VOID
754 )
755 {
756 UINT32 Eax;
757 UINT32 Ebx;
758 CPUID_EXTENDED_STATE_SIZE_OFFSET_ECX Ecx;
759 UINT32 Edx;
760 UINT32 SubLeaf;
761
762 for (SubLeaf = CPUID_EXTENDED_STATE_SIZE_OFFSET; SubLeaf < 32; SubLeaf++) {
763 AsmCpuidEx (
764 CPUID_EXTENDED_STATE, SubLeaf,
765 &Eax, &Ebx, &Ecx.Uint32, &Edx
766 );
767 if (Edx != 0) {
768 Print (L"CPUID_EXTENDED_STATE (Leaf %08x, Sub-Leaf %08x)\n", CPUID_EXTENDED_STATE, SubLeaf);
769 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx, Ecx.Uint32, Edx);
770 PRINT_VALUE (Eax, FeatureSaveStateSize);
771 PRINT_VALUE (Ebx, FeatureSaveStateOffset);
772 PRINT_BIT_FIELD (Ecx, XSS);
773 PRINT_BIT_FIELD (Ecx, Compacted);
774 }
775 }
776 }
777
778 /**
779 Display CPUID_EXTENDED_STATE main leaf and sub-leafs.
780
781 **/
782 VOID
783 CpuidExtendedStateMainLeaf (
784 VOID
785 )
786 {
787 CPUID_EXTENDED_STATE_MAIN_LEAF_EAX Eax;
788 UINT32 Ebx;
789 UINT32 Ecx;
790 UINT32 Edx;
791
792 if (CPUID_EXTENDED_STATE > gMaximumBasicFunction) {
793 return;
794 }
795
796 AsmCpuidEx (
797 CPUID_EXTENDED_STATE, CPUID_EXTENDED_STATE_MAIN_LEAF,
798 &Eax.Uint32, &Ebx, &Ecx, &Edx
799 );
800 Print (L"CPUID_EXTENDED_STATE (Leaf %08x, Sub-Leaf %08x)\n", CPUID_EXTENDED_STATE, CPUID_EXTENDED_STATE_MAIN_LEAF);
801 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx, Ecx, Edx);
802 PRINT_BIT_FIELD (Eax, x87);
803 PRINT_BIT_FIELD (Eax, SSE);
804 PRINT_BIT_FIELD (Eax, AVX);
805 PRINT_BIT_FIELD (Eax, MPX);
806 PRINT_BIT_FIELD (Eax, AVX_512);
807 PRINT_BIT_FIELD (Eax, IA32_XSS);
808 PRINT_BIT_FIELD (Eax, PKRU);
809 PRINT_VALUE (Ebx, EnabledSaveStateSize);
810 PRINT_VALUE (Ecx, SupportedSaveStateSize);
811 PRINT_VALUE (Edx, XCR0_Supported_32_63);
812
813 CpuidExtendedStateSubLeaf ();
814 CpuidExtendedStateSizeOffset ();
815 }
816
817 /**
818 Display CPUID_PLATFORM_QOS_MONITORING enumeration sub-leaf.
819
820 **/
821 VOID
822 CpuidPlatformQosMonitoringEnumerationSubLeaf (
823 VOID
824 )
825 {
826 UINT32 Ebx;
827 CPUID_PLATFORM_QOS_MONITORING_ENUMERATION_SUB_LEAF_EDX Edx;
828
829 if (CPUID_PLATFORM_QOS_MONITORING > gMaximumBasicFunction) {
830 return;
831 }
832
833 AsmCpuidEx (
834 CPUID_PLATFORM_QOS_MONITORING, CPUID_PLATFORM_QOS_MONITORING_ENUMERATION_SUB_LEAF,
835 NULL, &Ebx, NULL, &Edx.Uint32
836 );
837 Print (L"CPUID_PLATFORM_QOS_MONITORING (Leaf %08x, Sub-Leaf %08x)\n", CPUID_PLATFORM_QOS_MONITORING, CPUID_PLATFORM_QOS_MONITORING_ENUMERATION_SUB_LEAF);
838 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, Ebx, 0, Edx.Uint32);
839 PRINT_VALUE (Ebx, Maximum_RMID_Range);
840 PRINT_BIT_FIELD (Edx, L3CacheQosEnforcement);
841 }
842
843 /**
844 Display CPUID_PLATFORM_QOS_MONITORING capability sub-leaf.
845
846 **/
847 VOID
848 CpuidPlatformQosMonitoringCapabilitySubLeaf (
849 VOID
850 )
851 {
852 UINT32 Ebx;
853 UINT32 Ecx;
854 CPUID_PLATFORM_QOS_MONITORING_CAPABILITY_SUB_LEAF_EDX Edx;
855
856 if (CPUID_PLATFORM_QOS_MONITORING > gMaximumBasicFunction) {
857 return;
858 }
859
860 AsmCpuidEx (
861 CPUID_PLATFORM_QOS_MONITORING, CPUID_PLATFORM_QOS_MONITORING_CAPABILITY_SUB_LEAF,
862 NULL, &Ebx, &Ecx, &Edx.Uint32
863 );
864 Print (L"CPUID_PLATFORM_QOS_MONITORING (Leaf %08x, Sub-Leaf %08x)\n", CPUID_PLATFORM_QOS_MONITORING, CPUID_PLATFORM_QOS_MONITORING_CAPABILITY_SUB_LEAF);
865 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, Ebx, Ecx, Edx.Uint32);
866 PRINT_VALUE (Ebx, OccupancyConversionFactor);
867 PRINT_VALUE (Ecx, Maximum_RMID_Range);
868 PRINT_BIT_FIELD (Edx, L3CacheOccupancyMonitoring);
869 }
870
871 /**
872 Display CPUID_PLATFORM_QOS_ENFORCEMENT sub-leaf.
873
874 **/
875 VOID
876 CpuidPlatformQosEnforcementResidSubLeaf (
877 VOID
878 )
879 {
880 CPUID_PLATFORM_QOS_ENFORCEMENT_RESID_SUB_LEAF_EAX Eax;
881 UINT32 Ebx;
882 CPUID_PLATFORM_QOS_ENFORCEMENT_RESID_SUB_LEAF_ECX Ecx;
883 CPUID_PLATFORM_QOS_ENFORCEMENT_RESID_SUB_LEAF_EDX Edx;
884
885 AsmCpuidEx (
886 CPUID_PLATFORM_QOS_ENFORCEMENT, CPUID_PLATFORM_QOS_ENFORCEMENT_RESID_SUB_LEAF,
887 &Eax.Uint32, &Ebx, &Ecx.Uint32, &Edx.Uint32
888 );
889 Print (L"CPUID_PLATFORM_QOS_ENFORCEMENT (Leaf %08x, Sub-Leaf %08x)\n", CPUID_PLATFORM_QOS_ENFORCEMENT, CPUID_PLATFORM_QOS_ENFORCEMENT_RESID_SUB_LEAF);
890 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx, Ecx.Uint32, Edx.Uint32);
891 PRINT_BIT_FIELD (Eax, CapacityLength);
892 PRINT_VALUE (Ebx, AllocationUnitBitMap);
893 PRINT_BIT_FIELD (Ecx, CosUpdatesInfrequent);
894 PRINT_BIT_FIELD (Ecx, CodeDataPrioritization);
895 PRINT_BIT_FIELD (Edx, HighestCosNumber);
896 }
897
898 /**
899 Display CPUID_PLATFORM_QOS_ENFORCEMENT main leaf and sub-leaf.
900
901 **/
902 VOID
903 CpuidPlatformQosEnforcementMainLeaf (
904 VOID
905 )
906 {
907 CPUID_PLATFORM_QOS_ENFORCEMENT_MAIN_LEAF_EBX Ebx;
908
909 if (CPUID_PLATFORM_QOS_ENFORCEMENT > gMaximumBasicFunction) {
910 return;
911 }
912
913 AsmCpuidEx (
914 CPUID_PLATFORM_QOS_ENFORCEMENT, CPUID_PLATFORM_QOS_ENFORCEMENT_MAIN_LEAF,
915 NULL, &Ebx.Uint32, NULL, NULL
916 );
917 Print (L"CPUID_PLATFORM_QOS_ENFORCEMENT (Leaf %08x, Sub-Leaf %08x)\n", CPUID_PLATFORM_QOS_ENFORCEMENT, CPUID_PLATFORM_QOS_ENFORCEMENT_MAIN_LEAF);
918 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, Ebx.Uint32, 0, 0);
919 PRINT_BIT_FIELD (Ebx, L3CacheQosEnforcement);
920
921 CpuidPlatformQosEnforcementResidSubLeaf ();
922 }
923
924 /**
925 Display CPUID_INTEL_PROCESSOR_TRACE sub-leafs.
926
927 @param[in] MaximumSubLeaf Maximum sub-leaf index for CPUID_INTEL_PROCESSOR_TRACE.
928
929 **/
930 VOID
931 CpuidIntelProcessorTraceSubLeaf (
932 UINT32 MaximumSubLeaf
933 )
934 {
935 UINT32 SubLeaf;
936 CPUID_INTEL_PROCESSOR_TRACE_SUB_LEAF_EAX Eax;
937 CPUID_INTEL_PROCESSOR_TRACE_SUB_LEAF_EBX Ebx;
938
939 for (SubLeaf = CPUID_INTEL_PROCESSOR_TRACE_SUB_LEAF; SubLeaf <= MaximumSubLeaf; SubLeaf++) {
940 AsmCpuidEx (
941 CPUID_INTEL_PROCESSOR_TRACE, SubLeaf,
942 &Eax.Uint32, &Ebx.Uint32, NULL, NULL
943 );
944 Print (L"CPUID_INTEL_PROCESSOR_TRACE (Leaf %08x, Sub-Leaf %08x)\n", CPUID_INTEL_PROCESSOR_TRACE, SubLeaf);
945 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, 0, 0);
946 PRINT_BIT_FIELD (Eax, ConfigurableAddressRanges);
947 PRINT_BIT_FIELD (Eax, MtcPeriodEncodings);
948 PRINT_BIT_FIELD (Ebx, CycleThresholdEncodings);
949 PRINT_BIT_FIELD (Ebx, PsbFrequencyEncodings);
950 }
951 }
952
953 /**
954 Display CPUID_INTEL_PROCESSOR_TRACE main leaf and sub-leafs.
955
956 **/
957 VOID
958 CpuidIntelProcessorTraceMainLeaf (
959 VOID
960 )
961 {
962 UINT32 Eax;
963 CPUID_INTEL_PROCESSOR_TRACE_MAIN_LEAF_EBX Ebx;
964 CPUID_INTEL_PROCESSOR_TRACE_MAIN_LEAF_ECX Ecx;
965
966 if (CPUID_INTEL_PROCESSOR_TRACE > gMaximumBasicFunction) {
967 return;
968 }
969
970 AsmCpuidEx (
971 CPUID_INTEL_PROCESSOR_TRACE, CPUID_INTEL_PROCESSOR_TRACE_MAIN_LEAF,
972 &Eax, &Ebx.Uint32, &Ecx.Uint32, NULL
973 );
974 Print (L"CPUID_INTEL_PROCESSOR_TRACE (Leaf %08x, Sub-Leaf %08x)\n", CPUID_INTEL_PROCESSOR_TRACE, CPUID_INTEL_PROCESSOR_TRACE_MAIN_LEAF);
975 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx.Uint32, Ecx.Uint32, 0);
976 PRINT_VALUE (Eax, MaximumSubLeaf);
977 PRINT_BIT_FIELD (Ebx, Cr3Filter);
978 PRINT_BIT_FIELD (Ebx, ConfigurablePsb);
979 PRINT_BIT_FIELD (Ebx, IpTraceStopFiltering);
980 PRINT_BIT_FIELD (Ebx, Mtc);
981 PRINT_BIT_FIELD (Ecx, RTIT);
982 PRINT_BIT_FIELD (Ecx, ToPA);
983 PRINT_BIT_FIELD (Ecx, SingleRangeOutput);
984 PRINT_BIT_FIELD (Ecx, TraceTransportSubsystem);
985 PRINT_BIT_FIELD (Ecx, LIP);
986
987 CpuidIntelProcessorTraceSubLeaf (Eax);
988 }
989
990 /**
991 Display CPUID_TIME_STAMP_COUNTER leaf.
992
993 **/
994 VOID
995 CpuidTimeStampCounter (
996 VOID
997 )
998 {
999 UINT32 Eax;
1000 UINT32 Ebx;
1001
1002 if (CPUID_TIME_STAMP_COUNTER > gMaximumBasicFunction) {
1003 return;
1004 }
1005
1006 AsmCpuid (CPUID_TIME_STAMP_COUNTER, &Eax, &Ebx, NULL, NULL);
1007 Print (L"CPUID_TIME_STAMP_COUNTER (Leaf %08x)\n", CPUID_TIME_STAMP_COUNTER);
1008 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx, 0, 0);
1009 }
1010
1011 /**
1012 Display CPUID_PROCESSOR_FREQUENCY leaf.
1013
1014 **/
1015 VOID
1016 CpuidProcessorFrequency (
1017 VOID
1018 )
1019 {
1020 CPUID_PROCESSOR_FREQUENCY_EAX Eax;
1021 CPUID_PROCESSOR_FREQUENCY_EBX Ebx;
1022 CPUID_PROCESSOR_FREQUENCY_ECX Ecx;
1023
1024 if (CPUID_PROCESSOR_FREQUENCY > gMaximumBasicFunction) {
1025 return;
1026 }
1027
1028 AsmCpuid (CPUID_PROCESSOR_FREQUENCY, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, NULL);
1029 Print (L"CPUID_PROCESSOR_FREQUENCY (Leaf %08x)\n", CPUID_PROCESSOR_FREQUENCY);
1030 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, 0);
1031 PRINT_BIT_FIELD (Eax, ProcessorBaseFrequency);
1032 PRINT_BIT_FIELD (Ebx, MaximumFrequency);
1033 PRINT_BIT_FIELD (Ecx, BusFrequency);
1034 }
1035
1036 /**
1037 Display CPUID_SOC_VENDOR sub-leafs that contain the SoC Vendor Brand String.
1038 Also display these sub-leafs as a single SoC Vendor Brand String.
1039
1040 **/
1041 VOID
1042 CpuidSocVendorBrandString (
1043 VOID
1044 )
1045 {
1046 CPUID_SOC_VENDOR_BRAND_STRING_DATA Eax;
1047 CPUID_SOC_VENDOR_BRAND_STRING_DATA Ebx;
1048 CPUID_SOC_VENDOR_BRAND_STRING_DATA Ecx;
1049 CPUID_SOC_VENDOR_BRAND_STRING_DATA Edx;
1050 //
1051 // Array to store brand string from 3 brand string leafs with
1052 // 4 32-bit brand string values per leaf and an extra value to
1053 // null terminate the string.
1054 //
1055 UINT32 BrandString[3 * 4 + 1];
1056
1057 AsmCpuidEx (
1058 CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING1,
1059 &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32
1060 );
1061 Print (L"CPUID_SOC_VENDOR (Leaf %08x, Sub-Leaf %08x)\n", CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING1);
1062 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1063 BrandString[0] = Eax.Uint32;
1064 BrandString[1] = Ebx.Uint32;
1065 BrandString[2] = Ecx.Uint32;
1066 BrandString[3] = Edx.Uint32;
1067
1068 AsmCpuidEx (
1069 CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING2,
1070 &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32
1071 );
1072 Print (L"CPUID_SOC_VENDOR (Leaf %08x, Sub-Leaf %08x)\n", CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING2);
1073 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1074 BrandString[4] = Eax.Uint32;
1075 BrandString[5] = Ebx.Uint32;
1076 BrandString[6] = Ecx.Uint32;
1077 BrandString[7] = Edx.Uint32;
1078
1079 AsmCpuidEx (
1080 CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING3,
1081 &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32
1082 );
1083 Print (L"CPUID_SOC_VENDOR (Leaf %08x, Sub-Leaf %08x)\n", CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_BRAND_STRING3);
1084 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1085 BrandString[8] = Eax.Uint32;
1086 BrandString[9] = Ebx.Uint32;
1087 BrandString[10] = Ecx.Uint32;
1088 BrandString[11] = Edx.Uint32;
1089
1090 BrandString[12] = 0;
1091
1092 Print (L"Vendor Brand String = %a\n", (CHAR8 *)BrandString);
1093 }
1094
1095 /**
1096 Display CPUID_SOC_VENDOR main leaf and sub-leafs.
1097
1098 **/
1099 VOID
1100 CpuidSocVendor (
1101 VOID
1102 )
1103 {
1104 UINT32 Eax;
1105 CPUID_SOC_VENDOR_MAIN_LEAF_EBX Ebx;
1106 UINT32 Ecx;
1107 UINT32 Edx;
1108
1109 if (CPUID_SOC_VENDOR > gMaximumBasicFunction) {
1110 return;
1111 }
1112
1113 AsmCpuidEx (
1114 CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_MAIN_LEAF,
1115 &Eax, &Ebx.Uint32, &Ecx, &Edx
1116 );
1117 Print (L"CPUID_SOC_VENDOR (Leaf %08x, Sub-Leaf %08x)\n", CPUID_SOC_VENDOR, CPUID_SOC_VENDOR_MAIN_LEAF);
1118 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, Ebx.Uint32, Ecx, Edx);
1119 if (Eax < 3) {
1120 Print (L" Not Supported\n");
1121 return;
1122 }
1123 PRINT_VALUE (Eax, MaxSOCID_Index);
1124 PRINT_BIT_FIELD (Ebx, SocVendorId);
1125 PRINT_BIT_FIELD (Ebx, IsVendorScheme);
1126 PRINT_VALUE (Ecx, ProjectID);
1127 PRINT_VALUE (Edx, SteppingID);
1128 CpuidSocVendorBrandString ();
1129 }
1130
1131 /**
1132 Display CPUID_EXTENDED_FUNCTION leaf.
1133
1134 **/
1135 VOID
1136 CpuidExtendedFunction (
1137 VOID
1138 )
1139 {
1140 UINT32 Eax;
1141
1142 AsmCpuid (CPUID_EXTENDED_FUNCTION, &Eax, NULL, NULL, NULL);
1143 Print (L"CPUID_EXTENDED_FUNCTION (Leaf %08x)\n", CPUID_EXTENDED_FUNCTION);
1144 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, 0, 0, 0);
1145 PRINT_VALUE (Eax, MaximumExtendedFunction);
1146
1147 gMaximumExtendedFunction = Eax;
1148 }
1149
1150 /**
1151 Display CPUID_EXTENDED_CPU_SIG leaf.
1152
1153 **/
1154 VOID
1155 CpuidExtendedCpuSig (
1156 VOID
1157 )
1158 {
1159 UINT32 Eax;
1160 CPUID_EXTENDED_CPU_SIG_ECX Ecx;
1161 CPUID_EXTENDED_CPU_SIG_EDX Edx;
1162
1163 if (CPUID_EXTENDED_CPU_SIG > gMaximumExtendedFunction) {
1164 return;
1165 }
1166
1167 AsmCpuid (CPUID_EXTENDED_CPU_SIG, &Eax, NULL, &Ecx.Uint32, &Edx.Uint32);
1168 Print (L"CPUID_EXTENDED_CPU_SIG (Leaf %08x)\n", CPUID_EXTENDED_CPU_SIG);
1169 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax, 0, Ecx.Uint32, Edx.Uint32);
1170 PRINT_BIT_FIELD (Ecx, LAHF_SAHF);
1171 PRINT_BIT_FIELD (Ecx, LZCNT);
1172 PRINT_BIT_FIELD (Ecx, PREFETCHW);
1173 PRINT_BIT_FIELD (Edx, SYSCALL_SYSRET);
1174 PRINT_BIT_FIELD (Edx, NX);
1175 PRINT_BIT_FIELD (Edx, Page1GB);
1176 PRINT_BIT_FIELD (Edx, RDTSCP);
1177 PRINT_BIT_FIELD (Edx, LM);
1178 }
1179
1180 /**
1181 Display CPUID_BRAND_STRING1, CPUID_BRAND_STRING2 and CPUID_BRAND_STRING3
1182 leafs. Also display these three leafs as a single brand string.
1183
1184 **/
1185 VOID
1186 CpuidProcessorBrandString (
1187 VOID
1188 )
1189 {
1190 CPUID_BRAND_STRING_DATA Eax;
1191 CPUID_BRAND_STRING_DATA Ebx;
1192 CPUID_BRAND_STRING_DATA Ecx;
1193 CPUID_BRAND_STRING_DATA Edx;
1194 //
1195 // Array to store brand string from 3 brand string leafs with
1196 // 4 32-bit brand string values per leaf and an extra value to
1197 // null terminate the string.
1198 //
1199 UINT32 BrandString[3 * 4 + 1];
1200
1201 if (CPUID_BRAND_STRING1 <= gMaximumExtendedFunction) {
1202 AsmCpuid (CPUID_BRAND_STRING1, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
1203 Print (L"CPUID_BRAND_STRING1 (Leaf %08x)\n", CPUID_BRAND_STRING1);
1204 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1205 BrandString[0] = Eax.Uint32;
1206 BrandString[1] = Ebx.Uint32;
1207 BrandString[2] = Ecx.Uint32;
1208 BrandString[3] = Edx.Uint32;
1209 }
1210
1211 if (CPUID_BRAND_STRING2 <= gMaximumExtendedFunction) {
1212 AsmCpuid (CPUID_BRAND_STRING2, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
1213 Print (L"CPUID_BRAND_STRING2 (Leaf %08x)\n", CPUID_BRAND_STRING2);
1214 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1215 BrandString[4] = Eax.Uint32;
1216 BrandString[5] = Ebx.Uint32;
1217 BrandString[6] = Ecx.Uint32;
1218 BrandString[7] = Edx.Uint32;
1219 }
1220
1221 if (CPUID_BRAND_STRING3 <= gMaximumExtendedFunction) {
1222 AsmCpuid (CPUID_BRAND_STRING3, &Eax.Uint32, &Ebx.Uint32, &Ecx.Uint32, &Edx.Uint32);
1223 Print (L"CPUID_BRAND_STRING3 (Leaf %08x)\n", CPUID_BRAND_STRING3);
1224 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, Ebx.Uint32, Ecx.Uint32, Edx.Uint32);
1225 BrandString[8] = Eax.Uint32;
1226 BrandString[9] = Ebx.Uint32;
1227 BrandString[10] = Ecx.Uint32;
1228 BrandString[11] = Edx.Uint32;
1229 }
1230
1231 BrandString[12] = 0;
1232
1233 Print (L"Brand String = %a\n", (CHAR8 *)BrandString);
1234 }
1235
1236 /**
1237 Display CPUID_EXTENDED_CACHE_INFO leaf.
1238
1239 **/
1240 VOID
1241 CpuidExtendedCacheInfo (
1242 VOID
1243 )
1244 {
1245 CPUID_EXTENDED_CACHE_INFO_ECX Ecx;
1246
1247 if (CPUID_EXTENDED_CACHE_INFO > gMaximumExtendedFunction) {
1248 return;
1249 }
1250
1251 AsmCpuid (CPUID_EXTENDED_CACHE_INFO, NULL, NULL, &Ecx.Uint32, NULL);
1252 Print (L"CPUID_EXTENDED_CACHE_INFO (Leaf %08x)\n", CPUID_EXTENDED_CACHE_INFO);
1253 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, 0, Ecx.Uint32, 0);
1254 PRINT_BIT_FIELD (Ecx, CacheLineSize);
1255 PRINT_BIT_FIELD (Ecx, L2Associativity);
1256 PRINT_BIT_FIELD (Ecx, CacheSize);
1257 }
1258
1259 /**
1260 Display CPUID_EXTENDED_TIME_STAMP_COUNTER leaf.
1261
1262 **/
1263 VOID
1264 CpuidExtendedTimeStampCounter (
1265 VOID
1266 )
1267 {
1268 CPUID_EXTENDED_TIME_STAMP_COUNTER_EDX Edx;
1269
1270 if (CPUID_EXTENDED_TIME_STAMP_COUNTER > gMaximumExtendedFunction) {
1271 return;
1272 }
1273
1274 AsmCpuid (CPUID_EXTENDED_TIME_STAMP_COUNTER, NULL, NULL, NULL, &Edx.Uint32);
1275 Print (L"CPUID_EXTENDED_TIME_STAMP_COUNTER (Leaf %08x)\n", CPUID_EXTENDED_TIME_STAMP_COUNTER);
1276 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", 0, 0, 0, Edx.Uint32);
1277 PRINT_BIT_FIELD (Edx, InvariantTsc);
1278 }
1279
1280 /**
1281 Display CPUID_VIR_PHY_ADDRESS_SIZE leaf.
1282
1283 **/
1284 VOID
1285 CpuidVirPhyAddressSize (
1286 VOID
1287 )
1288 {
1289 CPUID_VIR_PHY_ADDRESS_SIZE_EAX Eax;
1290
1291 if (CPUID_VIR_PHY_ADDRESS_SIZE > gMaximumExtendedFunction) {
1292 return;
1293 }
1294
1295 AsmCpuid (CPUID_VIR_PHY_ADDRESS_SIZE, &Eax.Uint32, NULL, NULL, NULL);
1296 Print (L"CPUID_VIR_PHY_ADDRESS_SIZE (Leaf %08x)\n", CPUID_VIR_PHY_ADDRESS_SIZE);
1297 Print (L" EAX:%08x EBX:%08x ECX:%08x EDX:%08x\n", Eax.Uint32, 0, 0, 0);
1298 PRINT_BIT_FIELD (Eax, PhysicalAddressBits);
1299 PRINT_BIT_FIELD (Eax, LinearAddressBits);
1300 }
1301
1302 /**
1303 The user Entry Point for Application. The user code starts with this function
1304 as the real entry point for the application.
1305
1306 @param[in] ImageHandle The firmware allocated handle for the EFI image.
1307 @param[in] SystemTable A pointer to the EFI System Table.
1308
1309 @retval EFI_SUCCESS The entry point is executed successfully.
1310 @retval other Some error occurs when executing this entry point.
1311
1312 **/
1313 EFI_STATUS
1314 EFIAPI
1315 UefiMain (
1316 IN EFI_HANDLE ImageHandle,
1317 IN EFI_SYSTEM_TABLE *SystemTable
1318 )
1319 {
1320 Print (L"UEFI CPUID Version 0.5\n");
1321
1322 CpuidSignature ();
1323 CpuidVersionInfo ();
1324 CpuidCacheInfo ();
1325 CpuidSerialNumber ();
1326 CpuidCacheParams();
1327 CpuidMonitorMwait ();
1328 CpuidThermalPowerManagement ();
1329 CpuidStructuredExtendedFeatureFlags ();
1330 CpuidDirectCacheAccessInfo();
1331 CpuidArchitecturalPerformanceMonitoring ();
1332 CpuidExtendedTopology ();
1333 CpuidExtendedStateMainLeaf ();
1334 CpuidPlatformQosMonitoringEnumerationSubLeaf ();
1335 CpuidPlatformQosMonitoringCapabilitySubLeaf ();
1336 CpuidPlatformQosEnforcementMainLeaf ();
1337 CpuidIntelProcessorTraceMainLeaf ();
1338 CpuidTimeStampCounter ();
1339 CpuidProcessorFrequency ();
1340 CpuidSocVendor ();
1341 CpuidExtendedFunction ();
1342 CpuidExtendedCpuSig ();
1343 CpuidProcessorBrandString ();
1344 CpuidExtendedCacheInfo ();
1345 CpuidExtendedTimeStampCounter ();
1346 CpuidVirPhyAddressSize ();
1347
1348 return EFI_SUCCESS;
1349 }