Searched refs:cache_types (Results 1 – 1 of 1) sorted by relevance
22 static const struct regcache_ops *cache_types[] = { variable144 for (i = 0; i < ARRAY_SIZE(cache_types); i++) in regcache_init()145 if (cache_types[i]->type == map->cache_type) in regcache_init()148 if (i == ARRAY_SIZE(cache_types)) { in regcache_init()161 map->cache_ops = cache_types[i]; in regcache_init()