Home
last modified time | relevance | path

Searched refs:IPI_CPU_STOP (Results 1 – 10 of 10) sorted by relevance

/arch/riscv/kernel/
Dsmp.c29 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/
Dsmp.c63 #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/
Dsmp.c251 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/
Dsmp.h19 IPI_CPU_STOP, enumerator
/arch/parisc/kernel/
Dsmp.c72 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/
Dsmp.c55 case IPI_CPU_STOP: in __handle_ipi()
230 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/arch/xtensa/kernel/
Dsmp.c344 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/
Dsmp.c70 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/
Dsmp.c77 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/
Dsmp.c65 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()