Home
last modified time | relevance | path

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

/linux-6.15/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.c884 .c_bsp_init = bsp_init_intel,
H A Damd.c1185 .c_bsp_init = bsp_init_amd,
H A Dcommon.c1697 if (this_cpu->c_bsp_init) in early_identify_cpu()
1698 this_cpu->c_bsp_init(c); in early_identify_cpu()