Searched refs:cur_cache (Results 1 – 1 of 1) sorted by relevance
319 x86_cpu_cache_t *cur_cache; in x86_match_cache() local321 cur_cache = list; in x86_match_cache()322 while (cur_cache != NULL) { in x86_match_cache()323 if (cur_cache->maxcpus == matcher->maxcpus in x86_match_cache()324 && cur_cache->type == matcher->type in x86_match_cache()325 && cur_cache->level == matcher->level in x86_match_cache()326 && cur_cache->partitions == matcher->partitions in x86_match_cache()327 && cur_cache->line_size == matcher->line_size in x86_match_cache()328 && cur_cache->cache_size == matcher->cache_size) { in x86_match_cache()332 cur_cache = cur_cache->next; in x86_match_cache()[all …]