Searched refs:maxcpus (Results 1 – 2 of 2) sorted by relevance
104 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()
48 uint8_t maxcpus; /* maximum # of cpus that can share */ member