Searched refs:show_cacheinfo (Results 1 – 4 of 4) sorted by relevance
/linux-5.19.10/arch/sh/kernel/cpu/ |
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-5.19.10/arch/s390/kernel/ |
D | cache.c | 67 void show_cacheinfo(struct seq_file *m) in show_cacheinfo() function
|
D | processor.c | 160 show_cacheinfo(m); in show_cpu_summary()
|
/linux-5.19.10/arch/s390/include/asm/ |
D | processor.h | 187 void show_cacheinfo(struct seq_file *m);
|