Home
last modified time | relevance | path

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

/openbmc/linux/arch/sh/kernel/cpu/
H A Dproc.c34 const char *get_cpu_subtype(struct sh_cpuinfo *c) in get_cpu_subtype() function
38 EXPORT_SYMBOL(get_cpu_subtype);
94 seq_printf(m, "cpu type\t: %s\n", get_cpu_subtype(c)); in show_cpuinfo()
/openbmc/linux/arch/sh/include/asm/
H A Dprocessor.h125 const char *get_cpu_subtype(struct sh_cpuinfo *c);
/openbmc/linux/arch/sh/kernel/
H A Dsetup.c403 pr_info("CPU: %s\n", get_cpu_subtype(&current_cpu_data)); in arch_cpu_finalize_init()