/linux/arch/mips/kernel/ |
H A D | reset.c | 95 smp_send_stop(); in machine_restart() 110 smp_send_stop(); in machine_halt() 121 smp_send_stop(); in machine_power_off()
|
/linux/arch/loongarch/kernel/ |
H A D | reset.c | 27 smp_send_stop(); in machine_halt() 44 smp_send_stop(); in machine_power_off() 64 smp_send_stop(); in machine_restart()
|
/linux/arch/arm/kernel/ |
H A D | reboot.c | 100 * activity (executing tasks, handling interrupts). smp_send_stop() 106 smp_send_stop(); in machine_halt() 112 * activity (executing tasks, handling interrupts). smp_send_stop() 119 smp_send_stop(); in machine_power_off() 137 smp_send_stop(); in machine_restart()
|
/linux/arch/powerpc/platforms/ps3/ |
H A D | setup.c | 76 smp_send_stop(); in ps3_restart() 84 smp_send_stop(); in ps3_power_off() 92 smp_send_stop(); in ps3_halt() 100 smp_send_stop(); in ps3_panic()
|
/linux/arch/mips/sgi-ip27/ |
H A D | ip27-reset.c | 46 smp_send_stop(); in ip27_machine_restart() 62 smp_send_stop(); in ip27_machine_halt()
|
/linux/include/linux/ |
H A D | smp.h | 129 extern void smp_send_stop(void); 193 static inline void smp_send_stop(void) { } in smp_send_stop() function
|
/linux/arch/hexagon/kernel/ |
H A D | reset.c | 12 smp_send_stop(); in machine_power_off()
|
H A D | smp.c | 221 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/xtensa/kernel/ |
H A D | setup.c | 525 smp_send_stop(); in machine_restart() 535 smp_send_stop(); in machine_halt() 544 smp_send_stop(); in machine_power_off()
|
/linux/drivers/s390/char/ |
H A D | sclp_quiesce.c | 26 smp_send_stop(); in do_machine_quiesce()
|
/linux/arch/sh/kernel/ |
H A D | reboot.c | 44 smp_send_stop(); in native_machine_shutdown()
|
H A D | smp.c | 266 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/parisc/kernel/ |
H A D | kexec.c | 64 smp_send_stop(); in machine_shutdown()
|
H A D | smp.c | 247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop() function
|
/linux/arch/arm64/kernel/ |
H A D | process.c | 96 * activity (executing tasks, handling interrupts). smp_send_stop() 102 smp_send_stop(); in machine_halt() 108 * activity (executing tasks, handling interrupts). smp_send_stop() 115 smp_send_stop(); in machine_power_off() 132 smp_send_stop(); in machine_restart()
|
/linux/arch/x86/include/asm/ |
H A D | smp.h | 51 static inline void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/s390/kernel/ |
H A D | machine_kexec.c | 272 smp_send_stop(); in machine_kexec()
|
/linux/arch/csky/kernel/ |
H A D | smp.c | 138 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/sparc/kernel/ |
H A D | smp_32.c | 133 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/openrisc/kernel/ |
H A D | smp.c | 193 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/arc/kernel/ |
H A D | smp.c | 296 void smp_send_stop(void) in smp_send_stop() function 315 * ipi_cpu_stop - handle IPI from smp_send_stop()
|
/linux/kernel/ |
H A D | panic.c | 287 * Note smp_send_stop is the usual smp shutdown function, which in crash_smp_send_stop() 291 smp_send_stop(); in crash_smp_send_stop() 346 * Note that smp_send_stop() is the usual SMP shutdown function, in panic_other_cpus_shutdown() 354 smp_send_stop(); in panic_other_cpus_shutdown() 401 * with smp_send_stop(). in vpanic() 481 * smp_send_stop()) while still having some valuable data in the console in vpanic()
|
/linux/arch/riscv/kernel/ |
H A D | smp.c | 254 void smp_send_stop(void) in smp_send_stop() function
|
/linux/arch/powerpc/kernel/ |
H A D | smp.c | 642 smp_send_stop(); in crash_smp_send_stop() 658 void smp_send_stop(void) in smp_send_stop() function 682 void smp_send_stop(void) in smp_send_stop() function 687 * Prevent waiting on csd lock from a previous smp_send_stop. in smp_send_stop() 689 * thing and only fire off one smp_send_stop (e.g., see in smp_send_stop()
|
/linux/arch/powerpc/platforms/pasemi/ |
H A D | setup.c | 59 smp_send_stop(); in pas_restart()
|