Searched refs:LVL_TRACE (Results 1 – 1 of 1) sorted by relevance
/xen-4.10.0-shim-comet/xen/arch/x86/cpu/ |
A D | intel_cacheinfo.c | 19 #define LVL_TRACE 5 macro 63 { 0x70, LVL_TRACE, 12 }, /* 8-way set assoc */ 64 { 0x71, LVL_TRACE, 16 }, /* 8-way set assoc */ 65 { 0x72, LVL_TRACE, 32 }, /* 8-way set assoc */ 66 { 0x73, LVL_TRACE, 64 }, /* 8-way set assoc */ 209 if (only_trace && cache_table[k].cache_type != LVL_TRACE) in init_intel_cacheinfo() 224 case LVL_TRACE: in init_intel_cacheinfo()
|
Completed in 3 milliseconds