Home
last modified time | relevance | path

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

/xnu-8020.101.4/tools/tests/affinity/
H A Dsets.c281 #define MAX_CACHE_DEPTH 10 macro
288 int64_t cacheconfig[MAX_CACHE_DEPTH]; in auto_config()
289 int64_t cachesize[MAX_CACHE_DEPTH]; in auto_config()
309 for (llc = MAX_CACHE_DEPTH - 1; llc > 0; llc--) { in auto_config()
/xnu-8020.101.4/osfmk/i386/
H A Dcpu_topology.h67 #define MAX_CACHE_DEPTH 3 /* deepest cache */ macro
143 x86_cpu_cache_t *caches[MAX_CACHE_DEPTH];
H A Dcpu_topology.c310 } else if (1 <= level && level <= MAX_CACHE_DEPTH) { in ml_cpu_cache_size()
325 } else if (1 <= level && level <= MAX_CACHE_DEPTH) { in ml_cpu_cache_sharing()
H A Dcpu_threads.c54 uint32_t num_Lx_caches[MAX_CACHE_DEPTH] = { 0 };
261 if (cache->level > 0 && cache->level <= MAX_CACHE_DEPTH) { in x86_cache_free()
361 for (i = 0; i < MAX_CACHE_DEPTH; i += 1) { in x86_lcpu_init()