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

/darwin-on-arm/xnu/osfmk/i386/
H A Dcpu_threads.c309 x86_cpu_cache_t *cur_cache; local
311 cur_cache = list;
312 while (cur_cache != NULL) {
313 if (cur_cache->maxcpus == matcher->maxcpus
314 && cur_cache->type == matcher->type
315 && cur_cache->level == matcher->level
316 && cur_cache->partitions == matcher->partitions
317 && cur_cache->line_size == matcher->line_size
318 && cur_cache->cache_size == matcher->cache_size)
321 cur_cache
584 x86_cpu_cache_t *cur_cache; local
[all...]

Completed in 12 milliseconds