Home
last modified time | relevance | path

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

/f-stack/freebsd/arm64/include/
H A Dsmp.h43 IPI_STOP_HARD, enumerator
/f-stack/freebsd/mips/include/
H A Dsmp.h35 #define IPI_STOP_HARD 0x0008 macro
/f-stack/freebsd/arm/include/
H A Dsmp.h14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
/f-stack/freebsd/kern/
H A Dsubr_smp.c245 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()
/f-stack/freebsd/x86/x86/
H A Dmp_x86.c1339 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()
/f-stack/freebsd/x86/include/
H A Dapicvar.h142 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c171 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()