Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance
/linux/arch/riscv/kernel/ |
A D | smp.c | 29 IPI_CPU_STOP, enumerator 168 if (ops & (1 << IPI_CPU_STOP)) { in handle_IPI() 169 stats[IPI_CPU_STOP]++; in handle_IPI() 194 [IPI_CPU_STOP] = "CPU stop interrupts", 241 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/ia64/kernel/ |
A 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()
|
/linux/arch/arc/kernel/ |
A 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()
|
/linux/arch/parisc/kernel/ |
A D | smp.c | 72 IPI_CPU_STOP, enumerator 166 case IPI_CPU_STOP: in ipi_interrupt() 248 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
|
/linux/arch/xtensa/kernel/ |
A 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()
|
/linux/arch/hexagon/kernel/ |
A D | smp.c | 55 case IPI_CPU_STOP: in __handle_ipi() 230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/arm/kernel/ |
A D | smp.c | 66 IPI_CPU_STOP, enumerator 539 [IPI_CPU_STOP] = "CPU stop interrupts", 664 case IPI_CPU_STOP: in do_handle_IPI() 766 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/arm64/kernel/ |
A D | smp.c | 72 IPI_CPU_STOP, enumerator 767 [IPI_CPU_STOP] = "CPU stop interrupts", 878 case IPI_CPU_STOP: in do_handle_IPI() 1014 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux/arch/hexagon/include/asm/ |
A D | smp.h | 19 IPI_CPU_STOP, enumerator
|
/linux/arch/alpha/kernel/ |
A 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()
|
Completed in 15 milliseconds