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