Home
last modified time | relevance | path

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

/linux/arch/riscv/kernel/
H A Dsmp.c34 IPI_CPU_STOP, enumerator
133 case IPI_CPU_STOP: in handle_IPI()
216 [IPI_CPU_STOP] = "CPU stop interrupts",
266 send_ipi_mask(&mask, IPI_CPU_STOP); in smp_send_stop()
/linux/arch/arc/kernel/
H A Dsmp.c239 IPI_CPU_STOP, enumerator
301 ipi_send_msg(&targets, IPI_CPU_STOP); in smp_send_stop()
335 case IPI_CPU_STOP: in __do_IPI()
/linux/arch/parisc/kernel/
H A Dsmp.c71 IPI_CPU_STOP, enumerator
165 case IPI_CPU_STOP: in ipi_interrupt()
166 smp_debug(100, KERN_DEBUG "CPU%d IPI_CPU_STOP\n", this_cpu); in ipi_interrupt()
247 smp_send_stop(void) { send_IPI_allbutself(IPI_CPU_STOP); } in smp_send_stop()
/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/arm/kernel/
H A Dsmp.c65 IPI_CPU_STOP, enumerator
539 [IPI_CPU_STOP] = "CPU stop interrupts",
659 case IPI_CPU_STOP: in do_handle_IPI()
761 smp_cross_call(&mask, IPI_CPU_STOP); in smp_send_stop()
/linux/arch/hexagon/include/asm/
H A Dsmp.h19 IPI_CPU_STOP, enumerator
/linux/arch/arm64/include/asm/
H A Dsmp.h56 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()