Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/x86/kernel/cpu/
H A Dcpu.h13 void (*c_bsp_init)(struct cpuinfo_x86 *); member
H A Dhygon.c401 .c_bsp_init = bsp_init_hygon,
H A Dcommon.c1404 if (this_cpu->c_bsp_init) in early_identify_cpu()
1405 this_cpu->c_bsp_init(c); in early_identify_cpu()
H A Dintel.c978 .c_bsp_init = bsp_init_intel,
H A Damd.c1140 .c_bsp_init = bsp_init_amd,