cpuid.cc (11217:b29d5816936f) cpuid.cc (11320:42ecb523c64a)
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 35 unchanged lines hidden (view full) ---

44 FamilyModelSteppingBrandFeatures,
45 NameString1,
46 NameString2,
47 NameString3,
48 L1CacheAndTLB,
49 L2L3CacheAndL2TLB,
50 APMInfo,
51 LongModeAddressSize,
1/*
2 * Copyright (c) 2008 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 35 unchanged lines hidden (view full) ---

44 FamilyModelSteppingBrandFeatures,
45 NameString1,
46 NameString2,
47 NameString3,
48 L1CacheAndTLB,
49 L2L3CacheAndL2TLB,
50 APMInfo,
51 LongModeAddressSize,
52
52
53 /*
54 * The following are defined by the spec but not yet implemented
55 */
56/* // Function 9 is reserved
57 SVMInfo = 10,
58 // Functions 11-24 are reserved
59 TLB1GBPageInfo = 25,
60 PerformanceInfo,*/

--- 112 unchanged lines hidden ---
53 /*
54 * The following are defined by the spec but not yet implemented
55 */
56/* // Function 9 is reserved
57 SVMInfo = 10,
58 // Functions 11-24 are reserved
59 TLB1GBPageInfo = 25,
60 PerformanceInfo,*/

--- 112 unchanged lines hidden ---