Changeset 101401 in vbox for trunk/src/VBox/VMM/VMMR3
- Timestamp:
- Oct 10, 2023 1:14:25 PM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/CPUMR3CpuId.cpp
r101087 r101401 2210 2210 /* Cpuid 0x80000002...0x80000004 contains the processor name and is considered harmless. */ 2211 2211 2212 /* Cpuid 0x8000000 05 & 0x800000006 contain information about L1, L2 & L3 cache and TLB identifiers.2212 /* Cpuid 0x80000005 & 0x80000006 contain information about L1, L2 & L3 cache and TLB identifiers. 2213 2213 * Safe to pass on to the guest. 2214 2214 * 2215 * AMD: 0x8000000 05 L1 cache information2216 * 0x8000000 06 L2/L3 cache information2217 * Intel: 0x8000000 05 reserved2218 * 0x8000000 06 L2 cache information2219 * VIA: 0x8000000 05 TLB and L1 cache information2220 * 0x8000000 06 L2 cache information2221 */ 2222 2223 /* Cpuid 0x8000000 07: Advanced Power Management Information.2215 * AMD: 0x80000005 L1 cache information 2216 * 0x80000006 L2/L3 cache information 2217 * Intel: 0x80000005 reserved 2218 * 0x80000006 L2 cache information 2219 * VIA: 0x80000005 TLB and L1 cache information 2220 * 0x80000006 L2 cache information 2221 */ 2222 2223 /* Cpuid 0x80000007: Advanced Power Management Information. 2224 2224 * AMD: EAX: Processor feedback capabilities. 2225 2225 * EBX: RAS capabilites.
Note:
See TracChangeset
for help on using the changeset viewer.