Home
last modified time | relevance | path

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

/linux-4.4.14/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-4.4.14/arch/arc/kernel/
Dsmp.c206 IPI_CPU_STOP, enumerator
268 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
302 case IPI_CPU_STOP: in __do_IPI()
/linux-4.4.14/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-4.4.14/arch/hexagon/kernel/
Dsmp.c67 case IPI_CPU_STOP: in __handle_ipi()
242 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux-4.4.14/arch/arm64/kernel/
Dsmp.c70 IPI_CPU_STOP, enumerator
627 S(IPI_CPU_STOP, "CPU stop interrupts"),
728 case IPI_CPU_STOP: in handle_IPI()
782 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/linux-4.4.14/arch/arm/kernel/
Dsmp.c73 IPI_CPU_STOP, enumerator
479 S(IPI_CPU_STOP, "CPU stop interrupts"),
629 case IPI_CPU_STOP: in handle_IPI()
679 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/linux-4.4.14/arch/hexagon/include/asm/
Dsmp.h32 IPI_CPU_STOP, enumerator
/linux-4.4.14/arch/xtensa/kernel/
Dsmp.c333 IPI_CPU_STOP, enumerator
386 send_ipi_message(&targets, IPI_CPU_STOP); in smp_send_stop()
413 if (msg & (1 << IPI_CPU_STOP)) in ipi_interrupt()
/linux-4.4.14/arch/alpha/kernel/
Dsmp.c66 IPI_CPU_STOP, enumerator
553 case IPI_CPU_STOP: in handle_ipi()
593 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()