Searched refs:IPI_STOP_HARD (Results 1 – 7 of 7) sorted by relevance
43 IPI_STOP_HARD, enumerator
35 #define IPI_STOP_HARD 0x0008 macro
14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
245 type == IPI_STOP || type == IPI_STOP_HARD in generic_stop_cpus()322 return (generic_stop_cpus(map, IPI_STOP_HARD)); in stop_cpus_hard()356 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD in generic_restart_cpus()400 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD, in generic_restart_cpus()
1339 if (ipi == IPI_STOP_HARD) in ipi_selected()1362 if (ipi == IPI_STOP_HARD) in ipi_cpu()1383 if (ipi == IPI_STOP_HARD) { in ipi_all_but_self()
142 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
171 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()