Searched refs:matcher (Results 1 – 2 of 2) sorted by relevance
318 x86_match_cache(x86_cpu_cache_t *list, x86_cpu_cache_t *matcher) in x86_match_cache() argument324 if (cur_cache->maxcpus == matcher->maxcpus in x86_match_cache()325 && cur_cache->type == matcher->type in x86_match_cache()326 && cur_cache->level == matcher->level in x86_match_cache()327 && cur_cache->partitions == matcher->partitions in x86_match_cache()328 && cur_cache->line_size == matcher->line_size in x86_match_cache()329 && cur_cache->cache_size == matcher->cache_size) { in x86_match_cache()
1085 def GetMatchingEntries(matcher): argument1107 if matcher(entry):1144 def matcher(entry): function1154 for entry in GetMatchingEntries(matcher):