Lines Matching refs:cpu_devs
822 static const struct cpu_dev *cpu_devs[X86_VENDOR_NUM] = {}; variable
920 if (!cpu_devs[i]) in get_cpu_vendor()
923 if (!strcmp(v, cpu_devs[i]->c_ident[0]) || in get_cpu_vendor()
924 (cpu_devs[i]->c_ident[1] && in get_cpu_vendor()
925 !strcmp(v, cpu_devs[i]->c_ident[1]))) { in get_cpu_vendor()
927 this_cpu = cpu_devs[i]; in get_cpu_vendor()
1146 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()
1148 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()
1871 cpu_devs[count] = cpudev; in init_cpu_devs()
1887 for (i = 0; i < X86_VENDOR_NUM && cpu_devs[i]; i++) { in early_cpu_init()
1889 if (!cpu_devs[i]->c_ident[j]) in early_cpu_init()
1891 pr_info(" %s %s\n", cpu_devs[i]->c_vendor, in early_cpu_init()
1892 cpu_devs[i]->c_ident[j]); in early_cpu_init()