Home
last modified time | relevance | path

Searched refs:LVL_1_INST (Results 1 – 1 of 1) sorted by relevance

/Linux-v4.19/arch/x86/kernel/cpu/
Dcacheinfo.c25 #define LVL_1_INST 1 macro
44 { 0x06, LVL_1_INST, 8 }, /* 4-way set assoc, 32 byte line size */
45 { 0x08, LVL_1_INST, 16 }, /* 4-way set assoc, 32 byte line size */
46 { 0x09, LVL_1_INST, 32 }, /* 4-way set assoc, 64 byte line size */
57 { 0x30, LVL_1_INST, 32 }, /* 8-way set assoc, 64 byte line size */
786 case LVL_1_INST: in init_intel_cacheinfo()