Searched refs:sh_cpuinfo (Results 1 – 4 of 4) sorted by relevance
71 struct sh_cpuinfo { struct89 extern struct sh_cpuinfo cpu_data[]; argument125 const char *get_cpu_subtype(struct sh_cpuinfo *c);
34 const char *get_cpu_subtype(struct sh_cpuinfo *c) in get_cpu_subtype()47 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()81 struct sh_cpuinfo *c = v; in show_cpuinfo()
49 struct sh_cpuinfo *c = cpu_data + cpu; in smp_store_cpu_info()51 memcpy(c, &boot_cpu_data, sizeof(struct sh_cpuinfo)); in smp_store_cpu_info()
54 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = {
Completed in 6 milliseconds