Home
last modified time | relevance | path

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

/linux/arch/x86/kernel/cpu/
H A Dcpu.h18 void (*c_bsp_init)(struct cpuinfo_x86 *); member
H A Dhygon.c270 .c_bsp_init = bsp_init_hygon,
H A Dintel.c888 .c_bsp_init = bsp_init_intel,
H A Damd.c1164 .c_bsp_init = bsp_init_amd,
H A Dcommon.c1614 if (this_cpu->c_bsp_init) in early_identify_cpu()
1615 this_cpu->c_bsp_init(c); in early_identify_cpu()