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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.c140 TOPO_DBG("cpu_topology_start() LLC is L%d\n", topoParms.LLCDepth + 1);
160 LLC_cachep = lcpup->caches[topoParms.LLCDepth];
H A Dcpu_topology.h218 uint32_t LLCDepth; member in struct:x86_topology_parameters
H A Dcpu_threads.c143 topoParms.LLCDepth = cache_level - 1;
224 TOPO_DBG("\tLLC Depth: %d\n", topoParms.LLCDepth);
660 if (level < topoParms.LLCDepth) {

Completed in 20 milliseconds