Searched refs:LVL_1_INST (Results 1 – 1 of 1) sorted by relevance
/linux-3.4.99/arch/x86/kernel/cpu/ |
D | intel_cacheinfo.c | 23 #define LVL_1_INST 1 macro 42 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */ 43 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */ 44 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */ 55 { 0x30, LVL_1_INST, 32 }, /* 8-way set assoc, 64 byte line size */ 669 case LVL_1_INST: in init_intel_cacheinfo()
|