Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcpu.h15 void (*c_identify)(struct cpuinfo_x86 *); member
H A Dcyrix.c453 .c_identify = cyrix_identify,
H A Dcommon.c1007 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()
1009 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()
1645 if (this_cpu->c_identify) in identify_cpu()
1646 this_cpu->c_identify(c); in identify_cpu()