Searched refs:c_identify (Results 1 – 3 of 3) sorted by relevance
20 void (*c_identify)(struct cpuinfo_x86 *); member
454 .c_identify = cyrix_identify,
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()1959 if (this_cpu->c_identify) in identify_cpu()1960 this_cpu->c_identify(c); in identify_cpu()
Completed in 9 milliseconds