Home
last modified time | relevance | path

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

/linux-6.1.9/arch/riscv/kernel/
Dsmp.c32 IPI_CPU_CRASH_STOP, enumerator
187 if (ops & (1 << IPI_CPU_CRASH_STOP)) { in handle_IPI()
213 [IPI_CPU_CRASH_STOP] = "CPU stop (for crash dump) interrupts",
313 send_ipi_mask(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()
/linux-6.1.9/arch/arm64/kernel/
Dsmp.c73 IPI_CPU_CRASH_STOP, enumerator
769 [IPI_CPU_CRASH_STOP] = "CPU stop (for crash dump) interrupts",
883 case IPI_CPU_CRASH_STOP: in do_handle_IPI()
1061 smp_cross_call(&mask, IPI_CPU_CRASH_STOP); in crash_smp_send_stop()