Home
last modified time | relevance | path

Searched refs:nlcpus (Results 1 – 3 of 3) sorted by relevance

/xnu-8020.101.4/osfmk/i386/
H A Dcpu_topology.h49 uint8_t nlcpus; /* # of logical cpus sharing this cache */ member
H A Dcpu_threads.c298 cur->nlcpus = 0; in x86_cache_list()
606 cache->nlcpus += 1; in x86_cache_add_lcpu()
607 for (i = 0; i < cache->nlcpus; i += 1) { in x86_cache_add_lcpu()
H A Dcpu_topology.c327 return cachep ? cachep->nlcpus : 0; in ml_cpu_cache_sharing()