Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance
/linux-6.1.9/arch/riscv/kernel/ |
D | smp.c | 31 IPI_CPU_STOP, enumerator 182 if (ops & (1 << IPI_CPU_STOP)) { in handle_IPI() 183 stats[IPI_CPU_STOP]++; in handle_IPI() 212 [IPI_CPU_STOP] = "CPU stop interrupts", 260 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux-6.1.9/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()
|
/linux-6.1.9/arch/arc/kernel/ |
D | smp.c | 243 IPI_CPU_STOP, enumerator 305 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop() 339 case IPI_CPU_STOP: in __do_IPI()
|
/linux-6.1.9/arch/parisc/kernel/ |
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-6.1.9/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()
|
/linux-6.1.9/arch/xtensa/kernel/ |
D | smp.c | 351 IPI_CPU_STOP, enumerator 403 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop() 436 if (msg & (1 << IPI_CPU_STOP)) { in ipi_interrupt() 437 ++ipi->ipi_count[IPI_CPU_STOP]; in ipi_interrupt()
|
/linux-6.1.9/arch/arm/kernel/ |
D | smp.c | 66 IPI_CPU_STOP, enumerator 542 [IPI_CPU_STOP] = "CPU stop interrupts", 662 case IPI_CPU_STOP: in do_handle_IPI() 764 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux-6.1.9/arch/hexagon/include/asm/ |
D | smp.h | 19 IPI_CPU_STOP, enumerator
|
/linux-6.1.9/arch/arm64/kernel/ |
D | smp.c | 72 IPI_CPU_STOP, enumerator 768 [IPI_CPU_STOP] = "CPU stop interrupts", 879 case IPI_CPU_STOP: in do_handle_IPI() 1015 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
|
/linux-6.1.9/arch/alpha/kernel/ |
D | smp.c | 65 IPI_CPU_STOP, enumerator 545 case IPI_CPU_STOP: in handle_ipi() 585 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
|