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

/linux-master/arch/powerpc/kernel/
H A Dcacheinfo.c139 static const char *cache_type_string(const struct cache *cache) function
175 cache_type_string(iter),
177 cache_type_string(cache));
186 cache_type_string(cache), cache->ofnode);
202 cache_type_string(next));
447 cache_type_string(cache), cache->ofnode);
566 index->cache->level, cache_type_string(index->cache));
660 return sprintf(buf, "%s\n", cache_type_string(cache));
756 cache_type = cache_type_string(cache);
898 cache_type_string(cach
[all...]
/linux-master/arch/s390/kernel/
H A Dcache.c52 static const char * const cache_type_string[] = { variable
78 seq_printf(m, "type=%s ", cache_type_string[cache->type]);

Completed in 217 milliseconds