Home
last modified time | relevance | path

Searched refs:centaur (Results 1 – 3 of 3) sorted by relevance

/linux-6.3-rc2/drivers/cpufreq/
A De_powersaver.c93 struct eps_cpu_data *centaur; in eps_get() local
98 centaur = eps_cpu[cpu]; in eps_get()
99 if (centaur == NULL) in eps_get()
155 struct eps_cpu_data *centaur; in eps_target() local
162 centaur = eps_cpu[cpu]; in eps_target()
182 struct eps_cpu_data *centaur; in eps_cpu_init() local
324 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 …]
/linux-6.3-rc2/arch/x86/kernel/cpu/mtrr/
A DMakefile3 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
/linux-6.3-rc2/arch/x86/kernel/cpu/
A DMakefile40 obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o

Completed in 6 milliseconds