Searched refs:L3U (Results 1 – 4 of 4) sorted by relevance
741 if (cpuid_infop->cache_size[L3U] > 0) { in ml_cpu_get_info_type()743 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U]; in ml_cpu_get_info_type()
362 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t; enumerator
414 type = cache_type == 3 ? L3U : in cpuid_set_cache_info()451 if (type == L3U && info_p->core_count) { in cpuid_set_cache_info()
72 [L3U] = { 3, CPU_CACHE_TYPE_UNIF },