Searched refs:MAX_CACHE_DEPTH (Results 1 - 4 of 4) sorted by relevance

/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dcpu_topology.h68 #define MAX_CACHE_DEPTH 3 /* deepest cache */ macro
146 x86_cpu_cache_t *caches[MAX_CACHE_DEPTH];
H A Dcpu_topology.c255 } else if ( 1 <= level && level <= MAX_CACHE_DEPTH) {
270 } else if ( 1 <= level && level <= MAX_CACHE_DEPTH) {
H A Dcpu_threads.c52 uint32_t num_Lx_caches[MAX_CACHE_DEPTH] = { 0 };
265 if (cache->level > 0 && cache->level <= MAX_CACHE_DEPTH)
383 for (i = 0; i < MAX_CACHE_DEPTH; i += 1)
/macosx-10.5.8/xnu-1228.15.4/tools/tests/affinity/
H A Dsets.c285 #define MAX_CACHE_DEPTH 10 macro
292 int64_t cacheconfig[MAX_CACHE_DEPTH];
293 int64_t cachesize[MAX_CACHE_DEPTH];
313 for (llc = MAX_CACHE_DEPTH - 1; llc > 0; llc--)

Completed in 79 milliseconds