Home
last modified time | relevance | path

Searched refs:c_bsp_init (Results 1 – 4 of 4) sorted by relevance

/linux/arch/x86/kernel/cpu/
H A Dcpu.h18 void (*c_bsp_init)(struct cpuinfo_x86 *); member
H A Dintel.c780 .c_bsp_init = bsp_init_intel,
H A Damd.c1254 .c_bsp_init = bsp_init_amd,
H A Dcommon.c1815 if (this_cpu->c_bsp_init) in early_identify_cpu()
1816 this_cpu->c_bsp_init(c); in early_identify_cpu()