Home
last modified time | relevance | path

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

/arch/mips/kernel/
A Didle.c29 void (*cpu_wait)(void); variable
30 EXPORT_SYMBOL(cpu_wait);
127 cpu_wait = r4k_wait_irqoff; in check_wait()
134 cpu_wait = r3081_wait; in check_wait()
161 cpu_wait = r4k_wait; in check_wait()
167 cpu_wait = r4k_wait; in check_wait()
197 cpu_wait = r4k_wait; in check_wait()
203 cpu_wait = r4k_wait; in check_wait()
212 cpu_wait = au1k_wait; in check_wait()
239 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", str_yes_no(cpu_wait)); in show_cpuinfo()
A Dpm-cps.c712 if (cpu_wait == r4k_wait_irqoff) in cps_pm_init()
/arch/mips/cobalt/
A Dreset.c41 if (cpu_wait) in cobalt_machine_halt()
42 cpu_wait(); in cobalt_machine_halt()
/arch/mips/include/asm/
A Didle.h8 extern void (*cpu_wait)(void);
14 return cpu_wait == r4k_wait; in using_skipover_handler()
/arch/mips/loongson2ef/common/
A Dreset.c59 if (cpu_wait) in loongson_halt()
60 cpu_wait(); in loongson_halt()
/arch/mips/alchemy/
A Dboard-gpr.c52 cpu_wait(); in gpr_reset()
58 cpu_wait(); in gpr_power_off()
/arch/mips/alchemy/common/
A Dtime.c154 cpu_wait = NULL; /* wait doesn't work with r4k timer */ in plat_time_init()
/arch/mips/bcm47xx/
A Dsetup.c251 cpu_wait = NULL; in bcm47xx_cpu_fixes()
/arch/mips/ath79/
A Dsetup.c40 cpu_wait(); in ath79_halt()
/arch/mips/alchemy/devboards/
A Dplatform.c43 cpu_wait(); in db1x_power_off()
/arch/mips/txx9/generic/
A Dsetup.c305 if (cpu_wait) { in txx9_machine_halt()
306 (*cpu_wait)(); in txx9_machine_halt()

Completed in 17 milliseconds