Home
last modified time | relevance | path

Searched refs:cpu_wait (Results 1 – 17 of 17) sorted by relevance

/linux/arch/mips/kernel/
A Didle.c29 void (*cpu_wait)(void); variable
30 EXPORT_SYMBOL(cpu_wait);
148 cpu_wait = r3081_wait; in check_wait()
151 cpu_wait = r39xx_wait; in check_wait()
178 cpu_wait = r4k_wait; in check_wait()
184 cpu_wait = r4k_wait; in check_wait()
214 cpu_wait = r4k_wait; in check_wait()
220 cpu_wait = r4k_wait; in check_wait()
229 cpu_wait = au1k_wait; in check_wait()
256 if (cpu_wait) in arch_cpu_idle()
[all …]
A Dreset.c59 } else if (cpu_wait) { in machine_hang()
65 cpu_wait(); in machine_hang()
A Dproc.c69 seq_printf(m, "wait instruction\t: %s\n", cpu_wait ? "yes" : "no"); in show_cpuinfo()
A Dpm-cps.c711 if (cpu_wait == r4k_wait_irqoff) in cps_pm_init()
/linux/arch/mips/loongson64/
A Dreset.c30 if (cpu_wait) in loongson_restart()
31 cpu_wait(); in loongson_restart()
41 if (cpu_wait) in loongson_poweroff()
42 cpu_wait(); in loongson_poweroff()
50 if (cpu_wait) in loongson_halt()
51 cpu_wait(); in loongson_halt()
/linux/drivers/cpufreq/
A Dloongson2_cpufreq.c158 saved_cpu_wait = cpu_wait; in cpufreq_init()
159 cpu_wait = loongson2_cpu_wait; in cpufreq_init()
168 cpu_wait = saved_cpu_wait; in cpufreq_exit()
/linux/arch/mips/cobalt/
A Dreset.c41 if (cpu_wait) in cobalt_machine_halt()
42 cpu_wait(); in cobalt_machine_halt()
/linux/arch/mips/include/asm/
A Didle.h8 extern void (*cpu_wait)(void);
15 return cpu_wait == r4k_wait; in using_rollback_handler()
/linux/arch/mips/loongson2ef/common/
A Dreset.c59 if (cpu_wait) in loongson_halt()
60 cpu_wait(); in loongson_halt()
/linux/arch/mips/loongson32/common/
A Dreset.c19 if (cpu_wait) in ls1x_halt()
20 cpu_wait(); in ls1x_halt()
/linux/arch/mips/ath79/
A Dsetup.c42 if (cpu_wait) in ath79_restart()
43 cpu_wait(); in ath79_restart()
49 cpu_wait(); in ath79_halt()
/linux/arch/mips/alchemy/
A Dboard-gpr.c52 cpu_wait(); in gpr_reset()
58 cpu_wait(); in gpr_power_off()
/linux/arch/mips/vr41xx/common/
A Dpmu.c115 cpu_wait = vr41xx_cpu_wait; in vr41xx_pmu_init()
/linux/arch/mips/alchemy/common/
A Dtime.c154 cpu_wait = NULL; /* wait doesn't work with r4k timer */ in plat_time_init()
/linux/arch/mips/bcm47xx/
A Dsetup.c243 cpu_wait = NULL; in bcm47xx_cpu_fixes()
/linux/arch/mips/alchemy/devboards/
A Dplatform.c43 cpu_wait(); in db1x_power_off()
/linux/arch/mips/txx9/generic/
A Dsetup.c370 if (cpu_wait) { in txx9_machine_halt()
371 (*cpu_wait)(); in txx9_machine_halt()

Completed in 27 milliseconds