Home
last modified time | relevance | path

Searched refs:IPI_CPU_CRASH_STOP (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/riscv/kernel/
H A Dsmp.c33 IPI_CPU_CRASH_STOP, enumerator
128 case IPI_CPU_CRASH_STOP: in handle_IPI()
212 [IPI_CPU_CRASH_STOP] = "CPU stop (for crash dump) interrupts",
312 send_ipi_mask(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()
/openbmc/linux/arch/arm64/kernel/
H A Dsmp.c72 IPI_CPU_CRASH_STOP, enumerator
766 [IPI_CPU_CRASH_STOP] = "CPU stop (for crash dump) interrupts",
882 case IPI_CPU_CRASH_STOP: in do_handle_IPI()
1058 smp_cross_call(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()