Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance
/kernel/linux/linux-5.10/arch/riscv/kernel/ |
D | smp.c | 28 IPI_CPU_STOP, enumerator 169 if (ops & (1 << IPI_CPU_STOP)) { in handle_IPI() 170 stats[IPI_CPU_STOP]++; in handle_IPI() 193 [IPI_CPU_STOP] = "CPU stop interrupts", 232 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/ia64/kernel/ |
D | smp.c | 63 #define IPI_CPU_STOP 1 macro 112 case IPI_CPU_STOP: in handle_IPI() 334 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/arc/kernel/ |
D | smp.c | 253 IPI_CPU_STOP, enumerator 315 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 349 case IPI_CPU_STOP: in __do_IPI()
|
/kernel/linux/linux-5.10/arch/parisc/kernel/ |
D | smp.c | 72 IPI_CPU_STOP, enumerator 166 case IPI_CPU_STOP: in ipi_interrupt() 246 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/hexagon/kernel/ |
D | smp.c | 55 case IPI_CPU_STOP: in __handle_ipi() 230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/xtensa/kernel/ |
D | smp.c | 344 IPI_CPU_STOP, enumerator 396 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop() 429 if (msg & (1 << IPI_CPU_STOP)) { in ipi_interrupt() 430 ++ipi->ipi_count[IPI_CPU_STOP]; in ipi_interrupt()
|
/kernel/linux/linux-5.10/arch/arm/kernel/ |
D | smp.c | 66 IPI_CPU_STOP, enumerator 531 S(IPI_CPU_STOP, "CPU stop interrupts"), 659 case IPI_CPU_STOP: in do_handle_IPI() 761 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/hexagon/include/asm/ |
D | smp.h | 19 IPI_CPU_STOP, enumerator
|
/kernel/linux/linux-5.10/arch/arm64/kernel/ |
D | smp.c | 72 IPI_CPU_STOP, enumerator 792 S(IPI_CPU_STOP, "CPU stop interrupts"), 904 case IPI_CPU_STOP: in do_handle_IPI() 1040 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/kernel/linux/linux-5.10/arch/alpha/kernel/ |
D | smp.c | 65 IPI_CPU_STOP, enumerator 551 case IPI_CPU_STOP: in handle_ipi() 591 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
|