Searched refs:LVL_2 (Results 1 – 1 of 1) sorted by relevance
| /linux-6.15/arch/x86/kernel/cpu/ |
| H A D | cacheinfo.c | 30 #define LVL_2 3 macro 64 { 0x21, LVL_2, 256 }, /* 8-way set assoc, 64 byte line size */ 77 { 0x3f, LVL_2, 256 }, /* 2-way set assoc, 64 byte line size */ 78 { 0x41, LVL_2, 128 }, /* 4-way set assoc, 32 byte line size */ 79 { 0x42, LVL_2, 256 }, /* 4-way set assoc, 32 byte line size */ 80 { 0x43, LVL_2, 512 }, /* 4-way set assoc, 32 byte line size */ 102 { 0x7f, LVL_2, 512 }, /* 2-way set assoc, 64 byte line size */ 103 { 0x80, LVL_2, 512 }, /* 8-way set assoc, 64 byte line size */ 104 { 0x82, LVL_2, 256 }, /* 8-way set assoc, 32 byte line size */ 105 { 0x83, LVL_2, 512 }, /* 8-way set assoc, 32 byte line size */ [all …]
|