Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dcpu.h20 void (*c_identify)(struct cpuinfo_x86 *); member
H A Dcommon.c1146 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()
2031 if (this_cpu->c_identify) in identify_cpu()
2032 this_cpu->c_identify(c); in identify_cpu()