Changeset 54737 in vbox for trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
- Timestamp:
- Mar 12, 2015 9:02:21 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h
r53624 r54737 6 6 7 7 /* 8 * Copyright (C) 2013 Oracle Corporation8 * Copyright (C) 2013-2015 Oracle Corporation 9 9 * 10 10 * This file is part of VirtualBox Open Source Edition (OSE), as … … 28 28 { 29 29 { 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x68747541, 0x444d4163, 0x69746e65, 0 }, 30 { 0x00000001, 0x00000000, 0x00000000, 0x00000f48, 0x00000800, 0x00000000, 0x078bfbff, 0 },30 { 0x00000001, 0x00000000, 0x00000000, 0x00000f48, 0x00000800, 0x00000000, 0x078bfbff, 0 | CPUMCPUIDLEAF_F_CONTAINS_APIC_ID }, 31 31 { 0x80000000, 0x00000000, 0x00000000, 0x80000018, 0x68747541, 0x444d4163, 0x69746e65, 0 }, 32 32 { 0x80000001, 0x00000000, 0x00000000, 0x00000f48, 0x0000010a, 0x00000000, 0xe1d3fbff, 0 }, … … 210 210 /*.paCpuIdLeaves = */ NULL_ALONE(g_aCpuIdLeaves_AMD_Athlon_64_3200), 211 211 /*.cCpuIdLeaves = */ ZERO_ALONE(RT_ELEMENTS(g_aCpuIdLeaves_AMD_Athlon_64_3200)), 212 /*.enmUnknownCpuId = */ CPUMU KNOWNCPUID_DEFAULTS,212 /*.enmUnknownCpuId = */ CPUMUNKNOWNCPUID_DEFAULTS, 213 213 /*.DefUnknownCpuId = */ { 0x00000000, 0x00000000, 0x00000000, 0x00000000 }, 214 214 /*.fMsrMask = */ UINT32_MAX,
Note:
See TracChangeset
for help on using the changeset viewer.