Searched refs:c_early_init (Results 1 – 8 of 8) sorted by relevance
20 void (*c_early_init)(struct cpuinfo_x86 *c); member
31 .c_early_init = early_init_centaur,
104 .c_early_init = early_init_transmeta,
441 .c_early_init = early_init_cyrix,
432 .c_early_init = early_init_intel,
474 .c_early_init = early_init_centaur,
473 .c_early_init = early_init_amd,
570 if (this_cpu->c_early_init) in early_identify_cpu()571 this_cpu->c_early_init(c); in early_identify_cpu()