Home
last modified time | relevance | path

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

/xnu-8019.80.24/osfmk/i386/
H A Dcpu_threads.c61 static x86_cpu_cache_t *x86_caches = NULL;
87 static x86_cpu_cache_t *
90 x86_cpu_cache_t *cache; in x86_cache_alloc()
94 cache = zalloc_permanent(sizeof(x86_cpu_cache_t) + in x86_cache_alloc()
95 (MAX_CPUS * sizeof(x86_lcpu_t *)), ZALIGN(x86_cpu_cache_t)); in x86_cache_alloc()
257 x86_cache_free(x86_cpu_cache_t *cache) in x86_cache_free()
272 static x86_cpu_cache_t *
275 x86_cpu_cache_t *root = NULL; in x86_cache_list()
276 x86_cpu_cache_t *cur = NULL; in x86_cache_list()
277 x86_cpu_cache_t *last = NULL; in x86_cache_list()
[all …]
H A Dcpu_topology.c49 static x86_affinity_set_t *find_cache_affinity(x86_cpu_cache_t *L2_cachep);
181 x86_cpu_cache_t *LLC_cachep; in cpu_topology_sort()
272 find_cache_affinity(x86_cpu_cache_t *l2_cachep) in find_cache_affinity()
306 x86_cpu_cache_t *cachep; in ml_cpu_cache_size()
321 x86_cpu_cache_t *cachep; in ml_cpu_cache_sharing()
H A Dcpu_topology.h57 } x86_cpu_cache_t; typedef
143 x86_cpu_cache_t *caches[MAX_CACHE_DEPTH];
181 x86_cpu_cache_t *LLC; /* LLC contained in this die */