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

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dmachine_routines.c434 if (cpuid_infop->cache_size[L3U] > 0) {
436 cpu_infop->l3_cache_size = cpuid_infop->cache_size[L3U];
H A Dcpuid.h258 typedef enum { Lnone, L1I, L1D, L2U, L3U, LCACHE_MAX } cache_type_t ; enumerator in enum:__anon701
H A Dcpuid.c147 type = cache_type == 3 ? L3U :

Completed in 27 milliseconds