Searched refs:cache_type_info (Results 1 - 2 of 2) sorted by relevance

/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c48 struct cache_type_info { struct
63 /* These are used to index the cache_type_info array. */
69 static const struct cache_type_info cache_type_info[] = { variable in typeref:struct:cache_type_info
141 return cache_type_info[cache->type].name;
213 propname = cache_type_info[cache->type].size_prop;
240 lim = ARRAY_SIZE(cache_type_info[cache->type].line_size_props);
245 propname = cache_type_info[cache->type].line_size_props[i];
263 propname = cache_type_info[cache->type].nr_sets_prop;
357 cache_type_info[CACHE_TYPE_UNIFIED_
[all...]
/linux-master/drivers/base/
H A Dcacheinfo.c89 struct cache_type_info { struct
95 static const struct cache_type_info cache_type_info[] = { variable in typeref:struct:cache_type_info
127 propname = cache_type_info[ct_idx].size_prop;
139 lim = ARRAY_SIZE(cache_type_info[ct_idx].line_size_props);
146 propname = cache_type_info[ct_idx].line_size_props[i];
161 propname = cache_type_info[ct_idx].nr_sets_prop;

Completed in 201 milliseconds