Searched refs:IPI_CPU_STOP (Results 1 – 9 of 9) sorted by relevance
/linux/arch/riscv/kernel/ |
H A D | smp.c | 34 IPI_CPU_STOP, enumerator 130 case IPI_CPU_STOP: in handle_IPI() 213 [IPI_CPU_STOP] = "CPU stop interrupts", 263 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/arc/kernel/ |
H A D | smp.c | 239 IPI_CPU_STOP, enumerator 301 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 335 case IPI_CPU_STOP: in __do_IPI()
|
/linux/arch/parisc/kernel/ |
H A D | smp.c | 71 IPI_CPU_STOP, enumerator 165 case IPI_CPU_STOP: in ipi_interrupt() 247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
|
/linux/arch/hexagon/kernel/ |
H A D | smp.c | 55 case IPI_CPU_STOP: in __handle_ipi() 226 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/xtensa/kernel/ |
H A D | smp.c | 354 IPI_CPU_STOP, enumerator 406 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop() 439 if (msg & (1 << IPI_CPU_STOP)) { in ipi_interrupt() 440 ++ipi->ipi_count[IPI_CPU_STOP]; in ipi_interrupt()
|
/linux/arch/arm/kernel/ |
H A D | smp.c | 65 IPI_CPU_STOP, enumerator 539 [IPI_CPU_STOP] = "CPU stop interrupts", 658 case IPI_CPU_STOP: in do_handle_IPI() 760 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/hexagon/include/asm/ |
H A D | smp.h | 19 IPI_CPU_STOP, enumerator
|
/linux/arch/arm64/kernel/ |
H A D | smp.c | 70 IPI_CPU_STOP, enumerator 827 [IPI_CPU_STOP] = "CPU stop interrupts", 971 case IPI_CPU_STOP: in do_handle_IPI() 1190 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/alpha/kernel/ |
H A D | smp.c | 66 IPI_CPU_STOP, enumerator 541 case IPI_CPU_STOP: in handle_ipi() 581 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
|