Lines Matching refs:cpu_idle_hook
91 void (*cpu_idle_hook)(sbintime_t) = NULL; variable
548 if (cpu_idle_hook == NULL) in cpu_6xx_setup()
549 cpu_idle_hook = cpu_idle_60x; in cpu_6xx_setup()
614 cpu_idle_hook = cpu_idle_e500mc; in cpu_booke_setup()
619 cpu_idle_hook = cpu_idle_e500mc; in cpu_booke_setup()
637 if (cpu_idle_hook == NULL) in cpu_booke_setup()
638 cpu_idle_hook = cpu_idle_booke; in cpu_booke_setup()
677 cpu_idle_hook = cpu_idle_60x; in cpu_970_setup()
696 cpu_idle_hook = cpu_idle_powerx; in cpu_powerx_setup()
701 cpu_idle_hook = cpu_idle_power9; in cpu_powerx_setup()
737 if (cpu_idle_hook != NULL) { in cpu_idle()
742 cpu_idle_hook(sbt); in cpu_idle()