Home
last modified time | relevance | path

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

/linux-6.15/arch/x86/kernel/cpu/
H A Dcommon.c875 if (!cpu_devs[i]) in get_cpu_vendor()
878 if (!strcmp(v, cpu_devs[i]->c_ident[0]) || in get_cpu_vendor()
879 (cpu_devs[i]->c_ident[1] && in get_cpu_vendor()
880 !strcmp(v, cpu_devs[i]->c_ident[1]))) { in get_cpu_vendor()
882 this_cpu = cpu_devs[i]; in get_cpu_vendor()
1101 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()
1103 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()
1747 cpu_devs[count] = cpudev; in init_cpu_devs()
1765 if (!cpu_devs[i]->c_ident[j]) in early_cpu_init()
1767 pr_info(" %s %s\n", cpu_devs[i]->c_vendor, in early_cpu_init()
[all …]