Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/x86/kernel/cpu/
A Dcpu.h15 void (*c_identify)(struct cpuinfo_x86 *); member
A Dcyrix.c454 .c_identify = cyrix_identify,
A Dcommon.c1143 if (cpu_devs[i] && cpu_devs[i]->c_identify) { in identify_cpu_without_cpuid()
1145 cpu_devs[i]->c_identify(c); in identify_cpu_without_cpuid()
1831 if (this_cpu->c_identify) in identify_cpu()
1832 this_cpu->c_identify(c); in identify_cpu()

Completed in 7 milliseconds