Searched refs:IPI_STOP_HARD (Results 1 – 9 of 9) sorted by relevance
/freebsd/sys/arm64/include/ |
H A D | smp.h | 41 IPI_STOP_HARD, enumerator
|
/freebsd/sys/riscv/include/ |
H A D | smp.h | 45 IPI_STOP_HARD, enumerator
|
/freebsd/sys/arm/include/ |
H A D | smp.h | 13 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
|
/freebsd/sys/powerpc/include/ |
H A D | smp.h | 38 #define IPI_STOP_HARD 3 macro
|
/freebsd/sys/kern/ |
H A D | subr_smp.c | 243 type == IPI_STOP || type == IPI_STOP_HARD in generic_stop_cpus() 320 return (generic_stop_cpus(map, IPI_STOP_HARD)); in stop_cpus_hard() 354 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD in generic_restart_cpus() 398 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD, in generic_restart_cpus()
|
/freebsd/sys/x86/include/ |
H A D | apicvar.h | 145 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
|
/freebsd/sys/x86/x86/ |
H A D | mp_x86.c | 1391 if (ipi == IPI_STOP_HARD) in ipi_selected() 1412 if (ipi == IPI_STOP_HARD) in ipi_cpu() 1436 if (ipi == IPI_STOP_HARD) { in ipi_all_but_self()
|
/freebsd/sys/riscv/riscv/ |
H A D | mp_machdep.c | 127 intr_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()
|
/freebsd/sys/arm64/arm64/ |
H A D | mp_machdep.c | 155 intr_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()
|