VirtualBox

Changeset 53624 in vbox for trunk/src/VBox/VMM/VMMR3/cpus


Ignore:
Timestamp:
Dec 31, 2014 2:59:44 PM (10 years ago)
Author:
vboxsync
Message:

scm automatic cleanups.

Location:
trunk/src/VBox/VMM/VMMR3/cpus
Files:
12 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Athlon_64_3200.h

    r50590 r53624  
    2525 * CPUID leaves for AMD Athlon(tm) 64 Processor 3200+.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_Athlon_64_3200[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_Athlon_64_3200[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x00000001, 0x68747541, 0x444d4163, 0x69746e65, 0 },
     
    6363 * MSR ranges for AMD Athlon(tm) 64 Processor 3200+.
    6464 */
    65 static CPUMMSRRANGE const g_aMsrRanges_AMD_Athlon_64_3200[] = 
     65static CPUMMSRRANGE const g_aMsrRanges_AMD_Athlon_64_3200[] =
    6666{
    6767    MAL(0x00000000, "IA32_P5_MC_ADDR", 0x00000402),
     
    196196 * Database entry for AMD Athlon(tm) 64 Processor 3200+.
    197197 */
    198 static CPUMDBENTRY const g_Entry_AMD_Athlon_64_3200 = 
     198static CPUMDBENTRY const g_Entry_AMD_Athlon_64_3200 =
    199199{
    200200    /*.pszName          = */ "AMD Athlon 64 3200+",
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_FX_8150_Eight_Core.h

    r50590 r53624  
    2525 * CPUID leaves for AMD FX(tm)-8150 Eight-Core Processor.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_FX_8150_Eight_Core[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_FX_8150_Eight_Core[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000d, 0x68747541, 0x444d4163, 0x69746e65, 0 },
     
    8585 * MSR ranges for AMD FX(tm)-8150 Eight-Core Processor.
    8686 */
    87 static CPUMMSRRANGE const g_aMsrRanges_AMD_FX_8150_Eight_Core[] = 
     87static CPUMMSRRANGE const g_aMsrRanges_AMD_FX_8150_Eight_Core[] =
    8888{
    8989    MAL(0x00000000, "IA32_P5_MC_ADDR", 0x00000402),
     
    355355 * Database entry for AMD FX(tm)-8150 Eight-Core Processor.
    356356 */
    357 static CPUMDBENTRY const g_Entry_AMD_FX_8150_Eight_Core = 
     357static CPUMDBENTRY const g_Entry_AMD_FX_8150_Eight_Core =
    358358{
    359359    /*.pszName          = */ "AMD FX-8150 Eight-Core",
  • trunk/src/VBox/VMM/VMMR3/cpus/AMD_Phenom_II_X6_1100T.h

    r50590 r53624  
    2525 * CPUID leaves for AMD Phenom(tm) II X6 1100T Processor.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_Phenom_II_X6_1100T[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_AMD_Phenom_II_X6_1100T[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x00000006, 0x68747541, 0x444d4163, 0x69746e65, 0 },
     
    7070 * MSR ranges for AMD Phenom(tm) II X6 1100T Processor.
    7171 */
    72 static CPUMMSRRANGE const g_aMsrRanges_AMD_Phenom_II_X6_1100T[] = 
     72static CPUMMSRRANGE const g_aMsrRanges_AMD_Phenom_II_X6_1100T[] =
    7373{
    7474    MAL(0x00000000, "IA32_P5_MC_ADDR", 0x00000402),
     
    244244 * Database entry for AMD Phenom(tm) II X6 1100T Processor.
    245245 */
    246 static CPUMDBENTRY const g_Entry_AMD_Phenom_II_X6_1100T = 
     246static CPUMDBENTRY const g_Entry_AMD_Phenom_II_X6_1100T =
    247247{
    248248    /*.pszName          = */ "AMD Phenom II X6 1100T",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i5_3570.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i5_3570[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i5_3570[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000d, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    5858 * MSR ranges for Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz.
    5959 */
    60 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i5_3570[] = 
     60static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i5_3570[] =
    6161{
    6262    MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xffffffffffffffe0), 0), /* value=0x1f */
     
    311311 * Database entry for Intel(R) Core(TM) i5-3570 CPU @ 3.40GHz.
    312312 */
    313 static CPUMDBENTRY const g_Entry_Intel_Core_i5_3570 = 
     313static CPUMDBENTRY const g_Entry_Intel_Core_i5_3570 =
    314314{
    315315    /*.pszName          = */ "Intel Core i5-3570",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_2635QM.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_2635QM[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_2635QM[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000d, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    6464 * MSR ranges for Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz.
    6565 */
    66 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_2635QM[] = 
     66static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_2635QM[] =
    6767{
    6868    MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xffffffffffffffe0), 0), /* value=0x1f */
     
    302302 * Database entry for Intel(R) Core(TM) i7-2635QM CPU @ 2.00GHz.
    303303 */
    304 static CPUMDBENTRY const g_Entry_Intel_Core_i7_2635QM = 
     304static CPUMDBENTRY const g_Entry_Intel_Core_i7_2635QM =
    305305{
    306306    /*.pszName          = */ "Intel Core i7-2635QM",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3820QM.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_3820QM[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_3820QM[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000d, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    5858 * MSR ranges for Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz.
    5959 */
    60 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_3820QM[] = 
     60static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_3820QM[] =
    6161{
    6262    MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xffffffffffffffe0), 0), /* value=0x1f */
     
    353353 * Database entry for Intel(R) Core(TM) i7-3820QM CPU @ 2.70GHz.
    354354 */
    355 static CPUMDBENTRY const g_Entry_Intel_Core_i7_3820QM = 
     355static CPUMDBENTRY const g_Entry_Intel_Core_i7_3820QM =
    356356{
    357357    /*.pszName          = */ "Intel Core i7-3820QM",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Core_i7_3960X.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_3960X[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Core_i7_3960X[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000d, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    6767 * MSR ranges for Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz.
    6868 */
    69 static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_3960X[] = 
     69static CPUMMSRRANGE const g_aMsrRanges_Intel_Core_i7_3960X[] =
    7070{
    7171    MFX(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr, Ia32P5McAddr, 0, UINT64_C(0xffffffffffffffe0), 0), /* value=0x1f */
     
    341341 * Database entry for Intel(R) Core(TM) i7-3960X CPU @ 3.30GHz.
    342342 */
    343 static CPUMDBENTRY const g_Entry_Intel_Core_i7_3960X = 
     343static CPUMDBENTRY const g_Entry_Intel_Core_i7_3960X =
    344344{
    345345    /*.pszName          = */ "Intel Core i7-3960X",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_4_3_00GHz.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Pentium(R) 4 CPU 3.00GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_4_3_00GHz[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_4_3_00GHz[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x00000005, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    5252 * MSR ranges for Intel(R) Pentium(R) 4 CPU 3.00GHz.
    5353 */
    54 static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_4_3_00GHz[] = 
     54static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_4_3_00GHz[] =
    5555{
    5656    MFO(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr), /* value=0xc55df88 */
     
    249249 * Database entry for Intel(R) Pentium(R) 4 CPU 3.00GHz.
    250250 */
    251 static CPUMDBENTRY const g_Entry_Intel_Pentium_4_3_00GHz = 
     251static CPUMDBENTRY const g_Entry_Intel_Pentium_4_3_00GHz =
    252252{
    253253    /*.pszName          = */ "Intel Pentium 4 3.00GHz",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Pentium_M_processor_2_00GHz.h

    r50590 r53624  
    2525 * CPUID leaves for Intel(R) Pentium(R) M processor 2.00GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_M_processor_2_00GHz[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Pentium_M_processor_2_00GHz[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x00000002, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    4343 * MSR ranges for Intel(R) Pentium(R) M processor 2.00GHz.
    4444 */
    45 static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_M_processor_2_00GHz[] = 
     45static CPUMMSRRANGE const g_aMsrRanges_Intel_Pentium_M_processor_2_00GHz[] =
    4646{
    4747    MFI(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr), /* value=0x0 */
     
    188188 * Database entry for Intel(R) Pentium(R) M processor 2.00GHz.
    189189 */
    190 static CPUMDBENTRY const g_Entry_Intel_Pentium_M_processor_2_00GHz = 
     190static CPUMDBENTRY const g_Entry_Intel_Pentium_M_processor_2_00GHz =
    191191{
    192192    /*.pszName          = */ "Intel Pentium M processor 2.00GHz",
  • trunk/src/VBox/VMM/VMMR3/cpus/Intel_Xeon_X5482_3_20GHz.h

    r51288 r53624  
    2525 * CPUID leaves for Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Xeon_X5482_3_20GHz[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Intel_Xeon_X5482_3_20GHz[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000a, 0x756e6547, 0x6c65746e, 0x49656e69, 0 },
     
    5555 * MSR ranges for Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz.
    5656 */
    57 static CPUMMSRRANGE const g_aMsrRanges_Intel_Xeon_X5482_3_20GHz[] = 
     57static CPUMMSRRANGE const g_aMsrRanges_Intel_Xeon_X5482_3_20GHz[] =
    5858{
    5959    MFO(0x00000000, "IA32_P5_MC_ADDR", Ia32P5McAddr), /* value=0x610010 */
     
    217217 * Database entry for Intel(R) Xeon(R) CPU           X5482  @ 3.20GHz.
    218218 */
    219 static CPUMDBENTRY const g_Entry_Intel_Xeon_X5482_3_20GHz = 
     219static CPUMDBENTRY const g_Entry_Intel_Xeon_X5482_3_20GHz =
    220220{
    221221    /*.pszName          = */ "Intel Xeon X5482 3.20GHz",
  • trunk/src/VBox/VMM/VMMR3/cpus/Quad_Core_AMD_Opteron_2384.h

    r50590 r53624  
    2525 * CPUID leaves for Quad-Core AMD Opteron(tm) Processor 2384.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_Quad_Core_AMD_Opteron_2384[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_Quad_Core_AMD_Opteron_2384[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x00000005, 0x68747541, 0x444d4163, 0x69746e65, 0 },
     
    6969 * MSR ranges for Quad-Core AMD Opteron(tm) Processor 2384.
    7070 */
    71 static CPUMMSRRANGE const g_aMsrRanges_Quad_Core_AMD_Opteron_2384[] = 
     71static CPUMMSRRANGE const g_aMsrRanges_Quad_Core_AMD_Opteron_2384[] =
    7272{
    7373    MAL(0x00000000, "IA32_P5_MC_ADDR", 0x00000402),
     
    242242 * Database entry for Quad-Core AMD Opteron(tm) Processor 2384.
    243243 */
    244 static CPUMDBENTRY const g_Entry_Quad_Core_AMD_Opteron_2384 = 
     244static CPUMDBENTRY const g_Entry_Quad_Core_AMD_Opteron_2384 =
    245245{
    246246    /*.pszName          = */ "Quad-Core AMD Opteron 2384",
  • trunk/src/VBox/VMM/VMMR3/cpus/VIA_QuadCore_L4700_1_2_GHz.h

    r51288 r53624  
    2525 * CPUID leaves for VIA QuadCore L4700 @ 1.2+ GHz.
    2626 */
    27 static CPUMCPUIDLEAF const g_aCpuIdLeaves_VIA_QuadCore_L4700_1_2_GHz[] = 
     27static CPUMCPUIDLEAF const g_aCpuIdLeaves_VIA_QuadCore_L4700_1_2_GHz[] =
    2828{
    2929    { 0x00000000, 0x00000000, 0x00000000, 0x0000000a, 0x746e6543, 0x736c7561, 0x48727561, 0 },
     
    6060 * MSR ranges for VIA QuadCore L4700 @ 1.2+ GHz.
    6161 */
    62 static CPUMMSRRANGE const g_aMsrRanges_VIA_QuadCore_L4700_1_2_GHz[] = 
     62static CPUMMSRRANGE const g_aMsrRanges_VIA_QuadCore_L4700_1_2_GHz[] =
    6363{
    6464    RVI(0x00000000, 0x00000005, "ZERO_0000_0000_THRU_0000_0005", 0),
     
    376376 * Database entry for VIA QuadCore L4700 @ 1.2+ GHz.
    377377 */
    378 static CPUMDBENTRY const g_Entry_VIA_QuadCore_L4700_1_2_GHz = 
     378static CPUMDBENTRY const g_Entry_VIA_QuadCore_L4700_1_2_GHz =
    379379{
    380380    /*.pszName          = */ "VIA QuadCore L4700 1.2+ GHz",
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette