Searched refs:LVL_1_INST (Results 1 – 1 of 1) sorted by relevance
/Linux-v6.1/arch/x86/kernel/cpu/ |
D | cacheinfo.c | 26 #define LVL_1_INST 1 macro 51 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */ 52 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */ 53 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */ 64 { 0x30, LVL_1_INST, 32 }, /* 8-way set assoc, 64 byte line size */ 819 case LVL_1_INST: in init_intel_cacheinfo()
|