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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpuid.c318 uint32_t cache_sharing; local
334 cache_sharing = bitfield32(reg[eax], 25, 14) + 1;
368 info_p->cache_sharing[type] = cache_sharing;
374 DBG(" cache_sharing[%s] : %d\n",
375 cache_type_str[type], cache_sharing);
425 info_p->cache_sharing[L2U] = 1;
432 DBG(" cache_sharing[L2U] : 1\n");
H A Dcpuid.h310 uint32_t cache_sharing[LCACHE_MAX]; member in struct:__anon927
H A Dcpu_threads.c136 nCPUsSharing = cpuinfo->cache_sharing[i];
288 cur->maxcpus = cpuid_info()->cache_sharing[i];

Completed in 70 milliseconds