Searched refs:IPI_CPU_STOP (Results 1 – 9 of 9) sorted by relevance
/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()
|
/arch/hexagon/include/asm/ |
D | smp.h | 32 IPI_CPU_STOP, enumerator
|
/arch/arc/kernel/ |
D | smp.c | 257 IPI_CPU_STOP, enumerator 319 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 353 case IPI_CPU_STOP: in __do_IPI()
|
/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()
|
/arch/hexagon/kernel/ |
D | smp.c | 68 case IPI_CPU_STOP: in __handle_ipi() 243 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/arch/arm/kernel/ |
D | smp.c | 76 IPI_CPU_STOP, enumerator 523 S(IPI_CPU_STOP, "CPU stop interrupts"), 668 case IPI_CPU_STOP: in handle_IPI() 720 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/arch/arm64/kernel/ |
D | smp.c | 79 IPI_CPU_STOP, enumerator 732 S(IPI_CPU_STOP, "CPU stop interrupts"), 855 case IPI_CPU_STOP: in handle_IPI() 939 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/arch/xtensa/kernel/ |
D | smp.c | 349 IPI_CPU_STOP, enumerator 402 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop() 429 if (msg & (1 << IPI_CPU_STOP)) in ipi_interrupt()
|
/arch/alpha/kernel/ |
D | smp.c | 67 IPI_CPU_STOP, enumerator 554 case IPI_CPU_STOP: in handle_ipi() 594 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
|