Searched refs:LVL_2 (Results 1 – 1 of 1) sorted by relevance
/linux-5.19.10/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 28 #define LVL_2 3 macro 52 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */ 59 { 0x39, LVL_2, 128 }, /* 4-way set assoc, sectored cache, 64 byte line size */ 60 { 0x3a, LVL_2, 192 }, /* 6-way set assoc, sectored cache, 64 byte line size */ 61 { 0x3b, LVL_2, 128 }, /* 2-way set assoc, sectored cache, 64 byte line size */ 62 { 0x3c, LVL_2, 256 }, /* 4-way set assoc, sectored cache, 64 byte line size */ 63 { 0x3d, LVL_2, 384 }, /* 6-way set assoc, sectored cache, 64 byte line size */ 64 { 0x3e, LVL_2, 512 }, /* 4-way set assoc, sectored cache, 64 byte line size */ 65 { 0x3f, LVL_2, 256 }, /* 2-way set assoc, 64 byte line size */ 66 { 0x41, LVL_2, 128 }, /* 4-way set assoc, 32 byte line size */ [all …]
|