Searched refs:cache_types (Results 1 – 1 of 1) sorted by relevance
18 static const struct regcache_ops *cache_types[] = { variable 164 for (i = 0; i < ARRAY_SIZE(cache_types); i++) in regcache_init() 165 if (cache_types[i]->type == map->cache_type) in regcache_init() 168 if (i == ARRAY_SIZE(cache_types)) { in regcache_init() 181 map->cache_ops = cache_types[i]; in regcache_init()