Home
last modified time | relevance | path

Searched refs:sh_cpuinfo (Results 1 – 3 of 3) sorted by relevance

/arch/sh/include/asm/
Dprocessor.h63 struct sh_cpuinfo { struct
80 extern struct sh_cpuinfo cpu_data[]; argument
94 const char *get_cpu_subtype(struct sh_cpuinfo *c);
/arch/sh/kernel/
Dsetup.c47 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = {
441 const char *get_cpu_subtype(struct sh_cpuinfo *c) in get_cpu_subtype()
454 static void show_cpuflags(struct seq_file *m, struct sh_cpuinfo *c) in show_cpuflags()
488 struct sh_cpuinfo *c = v; in show_cpuinfo()
Dsmp.c36 struct sh_cpuinfo *c = cpu_data + cpu; in smp_store_cpu_info()