Home
last modified time | relevance | path

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

/arch/x86/kernel/cpu/
Dcpu.h22 void (*c_identify)(struct cpuinfo_x86 * c); member
Dcommon.c525 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()
527 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()
683 if (this_cpu->c_identify) in identify_cpu()
684 this_cpu->c_identify(c); in identify_cpu()
Dcyrix.c443 .c_identify = cyrix_identify,