Searched refs:centaur (Results 1 – 3 of 3) sorted by relevance
93 struct eps_cpu_data *centaur; in eps_get() local98 centaur = eps_cpu[cpu]; in eps_get()99 if (centaur == NULL) in eps_get()155 struct eps_cpu_data *centaur; in eps_target() local162 centaur = eps_cpu[cpu]; in eps_target()182 struct eps_cpu_data *centaur; in eps_cpu_init() local324 centaur = kzalloc(struct_size(centaur, freq_table, states + 1), in eps_cpu_init()326 if (!centaur) in eps_cpu_init()328 eps_cpu[0] = centaur; in eps_cpu_init()331 centaur->fsb = fsb; in eps_cpu_init()[all …]
3 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
40 obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o
Completed in 6 milliseconds