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

/xnu-2422.115.4/osfmk/i386/
H A Dcpuid.c297 uint32_t cache_sharing; local
313 cache_sharing = bitfield32(reg[eax], 25, 14) + 1;
347 info_p->cache_sharing[type] = cache_sharing;
353 DBG(" cache_sharing[%s] : %d\n",
354 cache_type_str[type], cache_sharing);
404 info_p->cache_sharing[L2U] = 1;
411 DBG(" cache_sharing[L2U] : 1\n");
H A Dcpuid.h312 uint32_t cache_sharing[LCACHE_MAX]; member in struct:__anon893
H A Dcpu_threads.c136 nCPUsSharing = cpuinfo->cache_sharing[i];
288 cur->maxcpus = cpuid_info()->cache_sharing[i];

Completed in 23 milliseconds