Searched refs:c_bsp_init (Results 1 – 4 of 4) sorted by relevance
13 void (*c_bsp_init)(struct cpuinfo_x86 *); member
393 .c_bsp_init = bsp_init_hygon,
1069 .c_bsp_init = bsp_init_amd,
1228 if (this_cpu->c_bsp_init) in early_identify_cpu()1229 this_cpu->c_bsp_init(c); in early_identify_cpu()