Home
last modified time | relevance | path

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

/xnu-11417.140.69/osfmk/i386/
H A Dcpu_topology.c156 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1); in cpu_topology_sort()
182 LLC_cachep = lcpup->caches[topoParms.LLCDepth]; in cpu_topology_sort()
H A Dcpu_topology.h211 uint32_t LLCDepth; member
H A Dcpu_threads.c147 topoParms.LLCDepth = cache_level - 1; in x86_LLC_info()
230 TOPO_DBG("\tLLC Depth: %d\n", topoParms.LLCDepth); in initTopoParms()
670 if (level < topoParms.LLCDepth) { in x86_lcpu_add_caches()