Searched refs:show_cacheinfo (Results 1 – 3 of 3) sorted by relevance
/linux/arch/sh/kernel/cpu/ |
H A D | proc.c | 65 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo() function 113 show_cacheinfo(m, "cache", c->icache); in show_cpuinfo() 116 show_cacheinfo(m, "icache", c->icache); in show_cpuinfo() 117 show_cacheinfo(m, "dcache", c->dcache); in show_cpuinfo() 122 show_cacheinfo(m, "scache", c->scache); in show_cpuinfo()
|
/linux/arch/s390/kernel/ |
H A D | cache.c | 67 void show_cacheinfo(struct seq_file *m) in show_cacheinfo() function
|
H A D | processor.c | 168 show_cacheinfo(m); in show_cpu_summary()
|