Searched refs:IPI_STOP_HARD (Results 1 – 10 of 10) sorted by relevance
41 IPI_STOP_HARD, enumerator
44 #define IPI_STOP_HARD (1 << 4) macro
34 #define IPI_STOP_HARD 0x0008 macro
13 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
38 #define IPI_STOP_HARD 3 macro
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()
1390 if (ipi == IPI_STOP_HARD) in ipi_selected()1411 if (ipi == IPI_STOP_HARD) in ipi_cpu()1435 if (ipi == IPI_STOP_HARD) { in ipi_all_but_self()
145 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
353 case IPI_STOP_HARD: in ipi_handler()
171 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()