Searched refs:L3U (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.h228 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t ; enumerator in enum:__anon15246
H A Dmachine_routines.c550 if (cpuid_infop->cache_size[L3U] > 0) {
552 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U];
H A Dcpu_threads.c70 [L3U] = { 3, CPU_CACHE_TYPE_UNIF },
H A Dcpuid.c243 "Lnone", "L1I", "L1D", "L2U", "L3U"
333 type = cache_type == 3 ? L3U :

Completed in 115 milliseconds