Searched refs:c_init (Results 1 – 5 of 5) sorted by relevance
7 void (*c_init)(struct cpuinfo_x86 * c); member
60 .c_init = init_centaur,
111 .c_init = default_init,456 if (this_cpu->c_init) in identify_cpu()457 this_cpu->c_init(c); in identify_cpu()
358 .c_init = init_intel,
738 .c_init = init_amd,
Completed in 7 milliseconds