Home
last modified time | relevance | path

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

/Linux-v4.19/arch/ia64/kernel/
Dsmp.c64 #define IPI_CPU_STOP 1 macro
113 case IPI_CPU_STOP: in handle_IPI()
335 send_IPI_allbutself(IPI_CPU_STOP); in smp_send_stop()
/Linux-v4.19/arch/parisc/kernel/
Dsmp.c76 IPI_CPU_STOP, enumerator
165 case IPI_CPU_STOP: in ipi_interrupt()
231 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
/Linux-v4.19/arch/arc/kernel/
Dsmp.c257 IPI_CPU_STOP, enumerator
319 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
353 case IPI_CPU_STOP: in __do_IPI()
/Linux-v4.19/arch/arm/kernel/
Dsmp.c75 IPI_CPU_STOP, enumerator
490 S(IPI_CPU_STOP, "CPU stop interrupts"),
633 case IPI_CPU_STOP: in handle_IPI()
685 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/Linux-v4.19/arch/hexagon/kernel/
Dsmp.c68 case IPI_CPU_STOP: in __handle_ipi()
243 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/Linux-v4.19/arch/hexagon/include/asm/
Dsmp.h32 IPI_CPU_STOP, enumerator
/Linux-v4.19/arch/arm64/kernel/
Dsmp.c81 IPI_CPU_STOP, enumerator
747 S(IPI_CPU_STOP, "CPU stop interrupts"),
872 case IPI_CPU_STOP: in handle_IPI()
945 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/Linux-v4.19/arch/xtensa/kernel/
Dsmp.c336 IPI_CPU_STOP, enumerator
389 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
416 if (msg & (1 << IPI_CPU_STOP)) in ipi_interrupt()
/Linux-v4.19/arch/alpha/kernel/
Dsmp.c67 IPI_CPU_STOP, enumerator
554 case IPI_CPU_STOP: in handle_ipi()
594 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()