Lines Matching refs:LVL_2
28 #define LVL_2 3 macro
58 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */
65 { 0x39, LVL_2, 128 }, /* 4-way set assoc, sectored cache, 64 byte line size */
66 { 0x3a, LVL_2, 192 }, /* 6-way set assoc, sectored cache, 64 byte line size */
67 { 0x3b, LVL_2, 128 }, /* 2-way set assoc, sectored cache, 64 byte line size */
68 { 0x3c, LVL_2, 256 }, /* 4-way set assoc, sectored cache, 64 byte line size */
69 { 0x3d, LVL_2, 384 }, /* 6-way set assoc, sectored cache, 64 byte line size */
70 { 0x3e, LVL_2, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */
71 { 0x3f, LVL_2, 256 }, /* 2-way set assoc, 64 byte line size */
72 { 0x41, LVL_2, 128 }, /* 4-way set assoc, 32 byte line size */
73 { 0x42, LVL_2, 256 }, /* 4-way set assoc, 32 byte line size */
74 { 0x43, LVL_2, 512 }, /* 4-way set assoc, 32 byte line size */
75 { 0x44, LVL_2, MB(1) }, /* 4-way set assoc, 32 byte line size */
76 { 0x45, LVL_2, MB(2) }, /* 4-way set assoc, 32 byte line size */
79 { 0x48, LVL_2, MB(3) }, /* 12-way set assoc, 64 byte line size */
85 { 0x4e, LVL_2, MB(6) }, /* 24-way set assoc, 64 byte line size */
94 { 0x78, LVL_2, MB(1) }, /* 4-way set assoc, 64 byte line size */
95 { 0x79, LVL_2, 128 }, /* 8-way set assoc, sectored cache, 64 byte line size */
96 { 0x7a, LVL_2, 256 }, /* 8-way set assoc, sectored cache, 64 byte line size */
97 { 0x7b, LVL_2, 512 }, /* 8-way set assoc, sectored cache, 64 byte line size */
98 { 0x7c, LVL_2, MB(1) }, /* 8-way set assoc, sectored cache, 64 byte line size */
99 { 0x7d, LVL_2, MB(2) }, /* 8-way set assoc, 64 byte line size */
100 { 0x7f, LVL_2, 512 }, /* 2-way set assoc, 64 byte line size */
101 { 0x80, LVL_2, 512 }, /* 8-way set assoc, 64 byte line size */
102 { 0x82, LVL_2, 256 }, /* 8-way set assoc, 32 byte line size */
103 { 0x83, LVL_2, 512 }, /* 8-way set assoc, 32 byte line size */
104 { 0x84, LVL_2, MB(1) }, /* 8-way set assoc, 32 byte line size */
105 { 0x85, LVL_2, MB(2) }, /* 8-way set assoc, 32 byte line size */
106 { 0x86, LVL_2, 512 }, /* 4-way set assoc, 64 byte line size */
107 { 0x87, LVL_2, MB(1) }, /* 8-way set assoc, 64 byte line size */
825 case LVL_2: in init_intel_cacheinfo()