Home
last modified time | relevance | path

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

/linux-6.12.1/arch/mips/kernel/
Didle.c29 void (*cpu_wait)(void); variable
30 EXPORT_SYMBOL(cpu_wait);
134 cpu_wait = r4k_wait_irqoff; in check_wait()
141 cpu_wait = r3081_wait; in check_wait()
168 cpu_wait = r4k_wait; in check_wait()
174 cpu_wait = r4k_wait; in check_wait()
178 cpu_wait = r4k_wait_irqoff; in check_wait()
181 cpu_wait = rm7k_wait_irqoff; in check_wait()
204 cpu_wait = r4k_wait; in check_wait()
206 cpu_wait = r4k_wait_irqoff; in check_wait()
[all …]
Dreset.c59 } else if (cpu_wait) { in machine_hang()
65 cpu_wait(); in machine_hang()
Dproc.c69 seq_printf(m, "wait instruction\t: %s\n", cpu_wait ? "yes" : "no"); in show_cpuinfo()
Dpm-cps.c705 if (cpu_wait == r4k_wait_irqoff) in cps_pm_init()
/linux-6.12.1/drivers/cpufreq/
Dloongson2_cpufreq.c152 saved_cpu_wait = cpu_wait; in cpufreq_init()
153 cpu_wait = loongson2_cpu_wait; in cpufreq_init()
162 cpu_wait = saved_cpu_wait; in cpufreq_exit()
/linux-6.12.1/arch/mips/cobalt/
Dreset.c41 if (cpu_wait) in cobalt_machine_halt()
42 cpu_wait(); in cobalt_machine_halt()
/linux-6.12.1/arch/mips/include/asm/
Didle.h8 extern void (*cpu_wait)(void);
15 return cpu_wait == r4k_wait; in using_rollback_handler()
/linux-6.12.1/arch/mips/loongson2ef/common/
Dreset.c59 if (cpu_wait) in loongson_halt()
60 cpu_wait(); in loongson_halt()
/linux-6.12.1/arch/mips/alchemy/
Dboard-gpr.c52 cpu_wait(); in gpr_reset()
58 cpu_wait(); in gpr_power_off()
/linux-6.12.1/arch/mips/alchemy/common/
Dtime.c154 cpu_wait = NULL; /* wait doesn't work with r4k timer */ in plat_time_init()
/linux-6.12.1/arch/mips/bcm47xx/
Dsetup.c251 cpu_wait = NULL; in bcm47xx_cpu_fixes()
/linux-6.12.1/arch/mips/ath79/
Dsetup.c40 cpu_wait(); in ath79_halt()
/linux-6.12.1/arch/mips/alchemy/devboards/
Dplatform.c43 cpu_wait(); in db1x_power_off()
/linux-6.12.1/arch/mips/txx9/generic/
Dsetup.c305 if (cpu_wait) { in txx9_machine_halt()
306 (*cpu_wait)(); in txx9_machine_halt()