c_bsp_init       1079 arch/x86/kernel/cpu/amd.c 	.c_bsp_init	= bsp_init_amd,
c_bsp_init       1268 arch/x86/kernel/cpu/common.c 		if (this_cpu->c_bsp_init)
c_bsp_init       1269 arch/x86/kernel/cpu/common.c 			this_cpu->c_bsp_init(c);
c_bsp_init         13 arch/x86/kernel/cpu/cpu.h 	void		(*c_bsp_init)(struct cpuinfo_x86 *);
c_bsp_init        393 arch/x86/kernel/cpu/hygon.c 	.c_bsp_init	= bsp_init_hygon,