Searched refs:__cpu_full_name (Results 1 – 4 of 4) sorted by relevance
74 extern const char *__cpu_full_name[];76 #define cpu_full_name_string() __cpu_full_name[raw_smp_processor_id()]
225 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
43 __cpu_full_name[cpu] = loongson_sysconf.cpuname; in init_cpu_fullname()
54 seq_printf(m, "Model Name\t\t: %s\n", __cpu_full_name[n]); in show_cpuinfo()