Home
last modified time | relevance | path

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

/linux/arch/arc/kernel/
H A Dsmp.c241 IPI_CPU_STOP, enumerator
303 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
337 case IPI_CPU_STOP: in __do_IPI()
/linux/arch/hexagon/kernel/
H A Dsmp.c55 case IPI_CPU_STOP: in __handle_ipi()
226 send_ipi(&targets, IPI_CPU_STOP); in smp_send_stop()
/linux/arch/hexagon/include/asm/
H A Dsmp.h19 IPI_CPU_STOP, enumerator
/linux/arch/alpha/kernel/
H A Dsmp.c66 IPI_CPU_STOP, enumerator
541 case IPI_CPU_STOP: in handle_ipi()
581 send_ipi_message(&to_whom, IPI_CPU_STOP); in smp_send_stop()
/linux/arch/arm64/kernel/
H A Dsmp.c827 [IPI_CPU_STOP] = "CPU stop interrupts",
1010 case IPI_CPU_STOP: in do_handle_IPI()
1263 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()