Searched refs:cpu_devs (Results 1 – 1 of 1) sorted by relevance
779 static const struct cpu_dev *cpu_devs[X86_VENDOR_NUM] = {}; variable877 if (!cpu_devs[i]) in get_cpu_vendor()880 if (!strcmp(v, cpu_devs[i]->c_ident[0]) || in get_cpu_vendor()881 (cpu_devs[i]->c_ident[1] && in get_cpu_vendor()882 !strcmp(v, cpu_devs[i]->c_ident[1]))) { in get_cpu_vendor()884 this_cpu = cpu_devs[i]; in get_cpu_vendor()1104 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()1106 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()1823 cpu_devs[count] = cpudev; in init_cpu_devs()1839 for (i = 0; i < X86_VENDOR_NUM && cpu_devs[i]; i++) { in early_cpu_init()[all …]