Searched refs:show_cacheinfo (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/arch/sh/kernel/cpu/ |
| D | proc.c | 64 static void show_cacheinfo(struct seq_file *m, const char *type, in show_cacheinfo() function 112 show_cacheinfo(m, "cache", c->icache); in show_cpuinfo() 115 show_cacheinfo(m, "icache", c->icache); in show_cpuinfo() 116 show_cacheinfo(m, "dcache", c->dcache); in show_cpuinfo() 121 show_cacheinfo(m, "scache", c->scache); in show_cpuinfo()
|
| /linux-4.4.14/arch/s390/kernel/ |
| D | processor.c | 79 show_cacheinfo(m); in show_cpuinfo()
|
| D | cache.c | 67 void show_cacheinfo(struct seq_file *m) in show_cacheinfo() function
|
| /linux-4.4.14/arch/s390/include/asm/ |
| D | processor.h | 175 void show_cacheinfo(struct seq_file *m);
|