Searched refs:cachep (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_topology.c264 x86_cpu_cache_t *cachep; local
269 cachep = current_cpu_datap()->lcpu.caches[level-1];
270 return cachep ? cachep->cache_size : 0;
279 x86_cpu_cache_t *cachep; local
284 cachep = current_cpu_datap()->lcpu.caches[level-1];
285 return cachep ? cachep->nlcpus : 0;
H A Dcpu_threads.c116 struct cpu_cache *cachep; local
121 for (i = 0, cachep = &cpu_caches[0]; i < LCACHE_MAX; i++, cachep++) {
123 if (cachep->type == 0 || cpuid_info()->cache_size[i] == 0)
130 if (cachep->level > cache_level) {
131 cache_level = cachep->level;
269 struct cpu_cache *cachep; local
276 for (i = 0, cachep = &cpu_caches[0]; i < LCACHE_MAX; i++, cachep++) {
278 if (cachep
[all...]

Completed in 23 milliseconds