Home
last modified time | relevance | path

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

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