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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.c48 static x86_affinity_set_t *find_cache_affinity(x86_cpu_cache_t *L2_cachep);
157 x86_cpu_cache_t *LLC_cachep;
232 find_cache_affinity(x86_cpu_cache_t *l2_cachep)
264 x86_cpu_cache_t *cachep;
279 x86_cpu_cache_t *cachep;
H A Dcpu_threads.c56 static x86_cpu_cache_t *x86_caches = NULL;
82 static x86_cpu_cache_t *
85 x86_cpu_cache_t *cache;
89 cache = kalloc(sizeof(x86_cpu_cache_t) + (MAX_CPUS * sizeof(x86_lcpu_t *)));
98 bzero(cache, sizeof(x86_cpu_cache_t));
249 x86_cache_free(x86_cpu_cache_t *cache)
263 static x86_cpu_cache_t *
266 x86_cpu_cache_t *root = NULL;
267 x86_cpu_cache_t *cur = NULL;
268 x86_cpu_cache_t *las
[all...]
H A Dcpu_topology.h58 } x86_cpu_cache_t; typedef in typeref:struct:x86_cpu_cache
146 x86_cpu_cache_t *caches[MAX_CACHE_DEPTH];
186 x86_cpu_cache_t *LLC; /* LLC contained in this die */

Completed in 13 milliseconds