Home
last modified time | relevance | path

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

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_threads.c107 cache->maxcpus = MAX_CPUS; in x86_cache_alloc()
108 for (i = 0; i < cache->maxcpus; i += 1) { in x86_cache_alloc()
299 cur->maxcpus = cpuid_info()->cache_sharing[i]; in x86_cache_list()
324 if (cur_cache->maxcpus == matcher->maxcpus in x86_match_cache()
649 if (cur->maxcpus == 1) { in x86_lcpu_add_caches()
H A Dcpu_topology.h48 uint8_t maxcpus; /* maximum # of cpus that can share */ member