Home
last modified time | relevance | path

Searched refs:centaur (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/cpufreq/
H 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()
104 return centaur->fsb * ((lo >> 8) & 0xff); in eps_get()
107 static int eps_set_state(struct eps_cpu_data *centaur, in eps_set_state() argument
155 struct eps_cpu_data *centaur; in eps_target() local
162 centaur = eps_cpu[cpu]; in eps_target()
165 dest_state = centaur->freq_table[index].driver_data & 0xffff; in eps_target()
166 ret = eps_set_state(centaur, policy, dest_state); in eps_target()
182 struct eps_cpu_data *centaur; in eps_cpu_init() local
[all...]
/kernel/linux/linux-6.6/drivers/cpufreq/
H 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()
104 return centaur->fsb * ((lo >> 8) & 0xff); in eps_get()
107 static int eps_set_state(struct eps_cpu_data *centaur, in eps_set_state() argument
155 struct eps_cpu_data *centaur; in eps_target() local
162 centaur = eps_cpu[cpu]; in eps_target()
165 dest_state = centaur->freq_table[index].driver_data & 0xffff; in eps_target()
166 ret = eps_set_state(centaur, policy, dest_state); in eps_target()
182 struct eps_cpu_data *centaur; in eps_cpu_init() local
[all...]
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/mtrr/
H A DMakefile3 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/mtrr/
H A DMakefile3 obj-$(CONFIG_X86_32) += amd.o cyrix.o centaur.o legacy.o
/kernel/linux/linux-5.10/arch/x86/kernel/cpu/
H A DMakefile42 obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o
/kernel/linux/linux-6.6/arch/x86/kernel/cpu/
H A DMakefile40 obj-$(CONFIG_CPU_SUP_CENTAUR) += centaur.o

Completed in 2 milliseconds