Home
last modified time | relevance | path

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

/linux/arch/loongarch/include/asm/
H A Dcpu-info.h75 extern const char *__cpu_full_name[];
77 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
/linux/arch/loongarch/kernel/
H A Dcpu-probe.c273 if (!__cpu_full_name[cpu]) in cpu_probe_loongson()
274 __cpu_full_name[cpu] = cpu_full_name; in cpu_probe_loongson()
303 const char *__cpu_full_name[NR_CPUS]; variable
H A Denv.c58 __cpu_full_name[cpu] = loongson_sysconf.cpuname; in init_cpu_fullname()
H A Dproc.c39 seq_printf(m, "Model Name\t\t: %s\n", __cpu_full_name[n]); in show_cpuinfo()