Searched refs:maxcpus (Results 1 - 2 of 2) sorted by relevance

/xnu-2782.1.97/osfmk/i386/
H A Dcpu_topology.h49 uint8_t maxcpus; /* maximum # of cpus that can share */ member in struct:x86_cpu_cache
H A Dcpu_threads.c100 cache->maxcpus = MAX_CPUS;
101 for (i = 0; i < cache->maxcpus; i += 1) {
288 cur->maxcpus = cpuid_info()->cache_sharing[i];
313 if (cur_cache->maxcpus == matcher->maxcpus
635 if (cur->maxcpus == 1) {

Completed in 71 milliseconds