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

/macosx-10.10/xnu-2782.1.97/osfmk/i386/
H A Dcpuid.c296 uint32_t cache_sharing; local
312 cache_sharing = bitfield32(reg[eax], 25, 14) + 1;
346 info_p->cache_sharing[type] = cache_sharing;
352 DBG(" cache_sharing[%s] : %d\n",
353 cache_type_str[type], cache_sharing);
403 info_p->cache_sharing[L2U] = 1;
410 DBG(" cache_sharing[L2U] : 1\n");
H A Dcpuid.h330 uint32_t cache_sharing[LCACHE_MAX]; member in struct:__anon15262
H A Dcpu_threads.c136 nCPUsSharing = cpuinfo->cache_sharing[i];
288 cur->maxcpus = cpuid_info()->cache_sharing[i];

Completed in 187 milliseconds