Searched refs:cpu_setperf (Results 1 – 10 of 10) sorted by relevance
91 cpu_setperf = p4tcc_setperf; in p4tcc_init()
80 cpu_setperf = k6_powernow_setperf; in k6_powernow_init()
64 cpu_setperf = longrun_setperf; in longrun_init()
411 cpu_setperf = est_setperf; in est_init()
318 cpu_setperf = k7_powernow_setperf; in powernowhack_attach()
369 if (cpu_setperf != NULL)370 cpu_setperf(perflevel);
132 cpu_setperf = ichss_setperf; in ichpcib_attach()
148 cpu_setperf = elansc_setperf; in elansc_attach()
113 int (*cpu_setperf)(int); variable137 if (cpu_setperf) { in do_cpu_setperf()138 rv = cpu_setperf(newspeed); in do_cpu_setperf()679 if (!cpu_setperf)
700 extern int (*cpu_setperf)(int);