Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h71 struct sh_cpuinfo { struct
89 extern struct sh_cpuinfo cpu_data[]; argument
125 const char *get_cpu_subtype(struct sh_cpuinfo *c);
/openbmc/linux/arch/sh/kernel/cpu/
H A Dproc.c34 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()
/openbmc/linux/arch/sh/kernel/
H A Dsmp.c49 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()
H A Dsetup.c55 struct sh_cpuinfo cpu_data[NR_CPUS] __read_mostly = {