| /OK3568_Linux_fs/kernel/arch/mips/kernel/ |
| H A D | idle.c | 29 void (*cpu_wait)(void); variable 30 EXPORT_SYMBOL(cpu_wait); 141 cpu_wait = r4k_wait_irqoff; in check_wait() 148 cpu_wait = r3081_wait; in check_wait() 151 cpu_wait = r39xx_wait; in check_wait() 179 cpu_wait = r4k_wait; in check_wait() 185 cpu_wait = r4k_wait; in check_wait() 189 cpu_wait = r4k_wait_irqoff; in check_wait() 192 cpu_wait = rm7k_wait_irqoff; in check_wait() 215 cpu_wait = r4k_wait; in check_wait() [all …]
|
| H A D | reset.c | 59 } else if (cpu_wait) { in machine_hang() 65 cpu_wait(); in machine_hang()
|
| H A D | proc.c | 69 seq_printf(m, "wait instruction\t: %s\n", cpu_wait ? "yes" : "no"); in show_cpuinfo()
|
| H A D | pm-cps.c | 711 if (cpu_wait == r4k_wait_irqoff) in cps_pm_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson64/ |
| H A D | reset.c | 25 if (cpu_wait) in loongson_restart() 26 cpu_wait(); in loongson_restart() 36 if (cpu_wait) in loongson_poweroff() 37 cpu_wait(); in loongson_poweroff() 45 if (cpu_wait) in loongson_halt() 46 cpu_wait(); in loongson_halt()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | loongson2_cpufreq.c | 159 saved_cpu_wait = cpu_wait; in cpufreq_init() 160 cpu_wait = loongson2_cpu_wait; in cpufreq_init() 169 cpu_wait = saved_cpu_wait; in cpufreq_exit()
|
| /OK3568_Linux_fs/kernel/arch/mips/cobalt/ |
| H A D | reset.c | 41 if (cpu_wait) in cobalt_machine_halt() 42 cpu_wait(); in cobalt_machine_halt()
|
| /OK3568_Linux_fs/kernel/arch/mips/include/asm/ |
| H A D | idle.h | 8 extern void (*cpu_wait)(void); 15 return cpu_wait == r4k_wait; in using_rollback_handler()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson2ef/common/ |
| H A D | reset.c | 59 if (cpu_wait) in loongson_halt() 60 cpu_wait(); in loongson_halt()
|
| /OK3568_Linux_fs/kernel/arch/mips/loongson32/common/ |
| H A D | reset.c | 19 if (cpu_wait) in ls1x_halt() 20 cpu_wait(); in ls1x_halt()
|
| /OK3568_Linux_fs/kernel/arch/mips/ath79/ |
| H A D | setup.c | 42 if (cpu_wait) in ath79_restart() 43 cpu_wait(); in ath79_restart() 49 cpu_wait(); in ath79_halt()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/ |
| H A D | board-gpr.c | 52 cpu_wait(); in gpr_reset() 58 cpu_wait(); in gpr_power_off()
|
| /OK3568_Linux_fs/u-boot/arch/mips/include/asm/ |
| H A D | processor.h | 27 extern void (*cpu_wait)(void);
|
| /OK3568_Linux_fs/kernel/arch/mips/vr41xx/common/ |
| H A D | pmu.c | 115 cpu_wait = vr41xx_cpu_wait; in vr41xx_pmu_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlp/ |
| H A D | setup.c | 65 cpu_wait(); in nlm_linux_exit()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/common/ |
| H A D | time.c | 154 cpu_wait = NULL; /* wait doesn't work with r4k timer */ in plat_time_init()
|
| /OK3568_Linux_fs/kernel/arch/mips/netlogic/xlr/ |
| H A D | setup.c | 72 cpu_wait(); in nlm_linux_exit()
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm47xx/ |
| H A D | setup.c | 243 cpu_wait = NULL; in bcm47xx_cpu_fixes()
|
| /OK3568_Linux_fs/kernel/arch/mips/alchemy/devboards/ |
| H A D | platform.c | 43 cpu_wait(); in db1x_power_off()
|
| /OK3568_Linux_fs/kernel/arch/mips/txx9/generic/ |
| H A D | setup.c | 374 if (cpu_wait) { in txx9_machine_halt() 375 (*cpu_wait)(); in txx9_machine_halt()
|