Home
last modified time | relevance | path

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

/freebsd-13-stable/sys/arm64/include/
HDsmp.h41 IPI_STOP_HARD, enumerator
/freebsd-13-stable/sys/riscv/include/
HDsmp.h44 #define IPI_STOP_HARD (1 << 4) macro
/freebsd-13-stable/sys/mips/include/
HDsmp.h34 #define IPI_STOP_HARD 0x0008 macro
/freebsd-13-stable/sys/arm/include/
HDsmp.h13 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator
/freebsd-13-stable/sys/powerpc/include/
HDsmp.h38 #define IPI_STOP_HARD 3 macro
/freebsd-13-stable/sys/kern/
HDsubr_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()
/freebsd-13-stable/sys/x86/x86/
HDmp_x86.c1390 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()
/freebsd-13-stable/sys/x86/include/
HDapicvar.h145 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
/freebsd-13-stable/sys/riscv/riscv/
HDmp_machdep.c353 case IPI_STOP_HARD: in ipi_handler()
/freebsd-13-stable/sys/arm64/arm64/
HDmp_machdep.c171 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL); in release_aps()