Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/base/regmap/
H A Dregcache.c18 static const struct regcache_ops *cache_types[] = { variable
140 for (i = 0; i < ARRAY_SIZE(cache_types); i++) in regcache_init()
141 if (cache_types[i]->type == map->cache_type) in regcache_init()
144 if (i == ARRAY_SIZE(cache_types)) { in regcache_init()
157 map->cache_ops = cache_types[i]; in regcache_init()
/kernel/linux/linux-6.6/drivers/base/regmap/
H A Dregcache.c18 static const struct regcache_ops *cache_types[] = { variable
144 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()
/kernel/linux/linux-5.10/arch/ia64/kernel/
H A Dtopology.c106 static const char *cache_types[] = { variable
227 return sprintf(buf, "%s\n", cache_types[type]); in show_type()
H A Dpalinfo.c59 static const char *cache_types[] = { variable
237 cache_types[j+cci.pcci_unified], i+1, in cache_info()
392 cache_types[j+tc_info.tc_unified], i+1, in vm_info()
/kernel/linux/linux-6.6/arch/ia64/kernel/
H A Dtopology.c95 static const char *cache_types[] = { variable
216 return sprintf(buf, "%s\n", cache_types[type]); in show_type()
H A Dpalinfo.c59 static const char *cache_types[] = { variable
237 cache_types[j+cci.pcci_unified], i+1, in cache_info()
392 cache_types[j+tc_info.tc_unified], i+1, in vm_info()

Completed in 7 milliseconds