Searched refs:IPI_STOP_HARD (Results 1 - 13 of 13) sorted by relevance

/freebsd-10.3-release/sys/mips/include/
H A Dsmp.h30 #define IPI_STOP_HARD 0x0008 macro
/freebsd-10.3-release/sys/powerpc/include/
H A Dsmp.h38 #define IPI_STOP_HARD 3 macro
/freebsd-10.3-release/sys/arm/include/
H A Dsmp.h13 #define IPI_STOP_HARD 4 macro
/freebsd-10.3-release/sys/ia64/include/
H A Dsmp.h14 #define IPI_STOP_HARD ia64_ipi_nmi macro
/freebsd-10.3-release/sys/kern/
H A Dsubr_smp.c215 type == IPI_STOP || type == IPI_STOP_HARD || type == IPI_SUSPEND,
217 type == IPI_STOP || type == IPI_STOP_HARD,
286 return (generic_stop_cpus(map, IPI_STOP_HARD));
321 type == IPI_STOP || type == IPI_STOP_HARD || type == IPI_SUSPEND,
323 type == IPI_STOP || type == IPI_STOP_HARD,
/freebsd-10.3-release/sys/i386/include/
H A Dapicvar.h127 #define IPI_STOP_HARD (APIC_IPI_INTS + 9) /* Stop CPU with a NMI. */ macro
/freebsd-10.3-release/sys/amd64/include/
H A Dapicvar.h128 #define IPI_STOP_HARD (APIC_IPI_INTS + 9) /* Stop CPU with a NMI. */ macro
/freebsd-10.3-release/sys/sparc64/include/
H A Dsmp.h69 #define IPI_STOP_HARD PIL_STOP macro
/freebsd-10.3-release/sys/i386/i386/
H A Dmp_machdep.c1414 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1418 if (ipi == IPI_STOP_HARD)
1437 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1441 if (ipi == IPI_STOP_HARD)
1464 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1468 if (ipi == IPI_STOP_HARD)
1483 * the global pending bitword an IPI_STOP_HARD has been issued
/freebsd-10.3-release/sys/i386/xen/
H A Dmp_machdep.c1163 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1167 if (ipi == IPI_STOP_HARD)
1186 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1190 if (ipi == IPI_STOP_HARD)
1206 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1212 if (ipi == IPI_STOP_HARD)
1227 * the global pending bitword an IPI_STOP_HARD has been issued
/freebsd-10.3-release/sys/amd64/amd64/
H A Dmp_machdep.c1358 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1362 if (ipi == IPI_STOP_HARD)
1381 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1385 if (ipi == IPI_STOP_HARD)
1409 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1413 if (ipi == IPI_STOP_HARD)
1428 * the global pending bitword an IPI_STOP_HARD has been issued
/freebsd-10.3-release/sys/x86/xen/
H A Dhvm.c129 [IPI_TO_IDX(IPI_STOP_HARD)] = { xen_cpustophard_handler, "sth" },
/freebsd-10.3-release/sys/x86/x86/
H A Dlocal_apic.c1486 * IPI_STOP_HARD is just a "fake" vector used to send a NMI.
1490 if (vector == IPI_STOP_HARD)

Completed in 132 milliseconds