Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance
/arch/riscv/kernel/ |
D | smp.c | 29 IPI_CPU_STOP, enumerator 161 if (ops & (1 << IPI_CPU_STOP)) { in handle_IPI() 162 stats[IPI_CPU_STOP]++; in handle_IPI() 191 [IPI_CPU_STOP] = "CPU stop interrupts", 238 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/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()
|
/arch/arc/kernel/ |
D | smp.c | 251 IPI_CPU_STOP, enumerator 313 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 347 case IPI_CPU_STOP: in __do_IPI()
|
/arch/hexagon/include/asm/ |
D | smp.h | 19 IPI_CPU_STOP, enumerator
|
/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()
|
/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()
|
/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()
|
/arch/arm/kernel/ |
D | smp.c | 70 IPI_CPU_STOP, enumerator 534 [IPI_CPU_STOP] = "CPU stop interrupts", 654 case IPI_CPU_STOP: in do_handle_IPI() 761 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/arch/arm64/kernel/ |
D | smp.c | 77 IPI_CPU_STOP, enumerator 799 [IPI_CPU_STOP] = "CPU stop interrupts", 910 case IPI_CPU_STOP: in do_handle_IPI() 1052 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/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()
|