Searched defs:smp_send_stop (Results 1 - 23 of 23) sorted by relevance

/arch/tile/kernel/
H A Dreboot.c25 #define smp_send_stop() macro
31 smp_send_stop();
38 smp_send_stop();
45 smp_send_stop();
H A Dsmp.c41 /* Set by smp_send_stop() to avoid recursive panics. */
115 void smp_send_stop(void) function
121 /* On panic, just wait; we may get an smp_send_stop() later on. */
/arch/um/kernel/
H A Dsmp.c43 void smp_send_stop(void) function
/arch/x86/include/asm/
H A Dsmp.h92 static inline void smp_send_stop(void) function
/arch/arc/kernel/
H A Dsmp.c253 void smp_send_stop(void) function
272 * ipi_cpu_stop - handle IPI from smp_send_stop()
/arch/arm64/kernel/
H A Dsmp.c542 * ipi_cpu_stop - handle IPI from smp_send_stop()
636 void smp_send_stop(void) function
/arch/cris/arch-v32/kernel/
H A Dsmp.c182 void smp_send_stop(void) function
/arch/hexagon/kernel/
H A Dsmp.c237 void smp_send_stop(void) function
/arch/ia64/kernel/
H A Dsmp.c333 smp_send_stop (void) function
/arch/m32r/kernel/
H A Dsmp.c479 * Name: smp_send_stop
495 void smp_send_stop(void) function
/arch/parisc/kernel/
H A Dsmp.c231 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } function
/arch/sparc/kernel/
H A Dsmp_32.c134 void smp_send_stop(void) function
H A Dsmp_64.c1412 void smp_send_stop(void) function
/arch/blackfin/mach-common/
H A Dsmp.c234 void smp_send_stop(void) function
/arch/mips/kernel/
H A Dsmp.c185 void smp_send_stop(void) function
/arch/sh/kernel/
H A Dsmp.c270 void smp_send_stop(void) function
/arch/alpha/kernel/
H A Dsmp.c591 smp_send_stop(void)
598 printk(KERN_WARNING "smp_send_stop: Not on boot cpu.\n");
590 smp_send_stop(void) function
/arch/arm/kernel/
H A Dsmp.c519 * ipi_cpu_stop - handle IPI from smp_send_stop()
691 void smp_send_stop(void) function
/arch/metag/kernel/
H A Dsmp.c582 void smp_send_stop(void) function
/arch/mn10300/kernel/
H A Dsmp.c475 /* In case of single stepping smp_send_stop by other CPU,
492 * smp_send_stop - Send a stop request to all CPUs.
494 void smp_send_stop(void) function
/arch/powerpc/kernel/
H A Dsmp.c343 void smp_send_stop(void) function
/arch/xtensa/kernel/
H A Dsmp.c380 void smp_send_stop(void) function
/arch/s390/kernel/
H A Dsmp.c381 void smp_send_stop(void) function

Completed in 584 milliseconds