Home
last modified time | relevance | path

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

/openbmc/linux/arch/x86/kernel/cpu/
H A Dcommon.c778 static const struct cpu_dev *cpu_devs[X86_VENDOR_NUM] = {}; variable
936 if (!cpu_devs[i]) in get_cpu_vendor()
939 if (!strcmp(v, cpu_devs[i]->c_ident[0]) || in get_cpu_vendor()
940 (cpu_devs[i]->c_ident[1] && in get_cpu_vendor()
941 !strcmp(v, cpu_devs[i]->c_ident[1]))) { in get_cpu_vendor()
943 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()
1706 cpu_devs[count] = cpudev; in early_cpu_init()