Home
last modified time | relevance | path

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

/openbmc/linux/arch/loongarch/include/asm/
H A Dcpu-info.h74 extern const char *__cpu_full_name[];
76 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
/openbmc/linux/arch/loongarch/kernel/
H A Dcpu-probe.c225 if (!__cpu_full_name[cpu]) in cpu_probe_loongson()
226 __cpu_full_name[cpu] = cpu_full_name; in cpu_probe_loongson()
277 const char *__cpu_full_name[NR_CPUS]; variable
H A Denv.c43 __cpu_full_name[cpu] = loongson_sysconf.cpuname; in init_cpu_fullname()
H A Dproc.c54 seq_printf(m, "Model Name\t\t: %s\n", __cpu_full_name[n]); in show_cpuinfo()