Home
last modified time | relevance | path

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

/linux-6.12.1/arch/arm64/kernel/
Dsmp.c71 IPI_CPU_STOP_NMI, enumerator
828 [IPI_CPU_STOP_NMI] = "CPU stop NMIs",
972 case IPI_CPU_STOP_NMI: in do_handle_IPI()
1032 case IPI_CPU_STOP_NMI: in ipi_should_be_nmi()
1199 if (num_other_online_cpus() && ipi_should_be_nmi(IPI_CPU_STOP_NMI)) { in smp_send_stop()
1207 smp_cross_call(&mask, IPI_CPU_STOP_NMI); in smp_send_stop()