Searched refs:IPI_CPU_STOP (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/ia64/kernel/ |
D | smp.c | 64 #define IPI_CPU_STOP 1 macro 113 case IPI_CPU_STOP: in handle_IPI() 335 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
|
/linux-4.4.14/arch/arc/kernel/ |
D | smp.c | 206 IPI_CPU_STOP, enumerator 268 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 302 case IPI_CPU_STOP: in __do_IPI()
|
/linux-4.4.14/arch/parisc/kernel/ |
D | smp.c | 76 IPI_CPU_STOP, enumerator 165 case IPI_CPU_STOP: in ipi_interrupt() 231 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
|
/linux-4.4.14/arch/hexagon/kernel/ |
D | smp.c | 67 case IPI_CPU_STOP: in __handle_ipi() 242 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/linux-4.4.14/arch/arm64/kernel/ |
D | smp.c | 70 IPI_CPU_STOP, enumerator 627 S(IPI_CPU_STOP, "CPU stop interrupts"), 728 case IPI_CPU_STOP: in handle_IPI() 782 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux-4.4.14/arch/arm/kernel/ |
D | smp.c | 73 IPI_CPU_STOP, enumerator 479 S(IPI_CPU_STOP, "CPU stop interrupts"), 629 case IPI_CPU_STOP: in handle_IPI() 679 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux-4.4.14/arch/hexagon/include/asm/ |
D | smp.h | 32 IPI_CPU_STOP, enumerator
|
/linux-4.4.14/arch/xtensa/kernel/ |
D | smp.c | 333 IPI_CPU_STOP, enumerator 386 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop() 413 if (msg & (1 << IPI_CPU_STOP)) in ipi_interrupt()
|
/linux-4.4.14/arch/alpha/kernel/ |
D | smp.c | 66 IPI_CPU_STOP, enumerator 553 case IPI_CPU_STOP: in handle_ipi() 593 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
|