Searched refs:c_early_init (Results 1 – 4 of 4) sorted by relevance
6 void (*c_early_init)(struct cpuinfo_x86 *c); member
357 .c_early_init = early_init_intel,
371 if (this_cpu->c_early_init) in generic_identify()372 this_cpu->c_early_init(c); in generic_identify()
737 .c_early_init = early_init_amd,
Completed in 5 milliseconds