Home
last modified time | relevance | path

Searched refs:c_early_init (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/arch/x86/kernel/cpu/
Dcpu.h11 void (*c_early_init)(struct cpuinfo_x86 *); member
Dtransmeta.c103 .c_early_init = early_init_transmeta,
Dcentaur.c221 .c_early_init = early_init_centaur,
Dcyrix.c446 .c_early_init = early_init_cyrix,
Dcommon.c747 if (this_cpu->c_early_init) in early_identify_cpu()
748 this_cpu->c_early_init(c); in early_identify_cpu()
Dintel.c765 .c_early_init = early_init_intel,
Damd.c850 .c_early_init = early_init_amd,