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

/freebsd-11-stable/sys/arm/include/
H A Dsmp.h15 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator in enum:__anon7271
26 #define IPI_STOP_HARD 4 macro
/freebsd-11-stable/sys/arm64/include/
H A Dsmp.h43 IPI_STOP_HARD, enumerator in enum:__anon7324
/freebsd-11-stable/sys/riscv/include/
H A Dsmp.h46 #define IPI_STOP_HARD (1 << 4) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dsmp.h38 #define IPI_STOP_HARD 3 macro
/freebsd-11-stable/sys/mips/include/
H A Dsmp.h35 #define IPI_STOP_HARD 0x0008 macro
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c313 case IPI_STOP_HARD:
314 CTR0(KTR_SMP, (ipi == IPI_STOP) ? "IPI_STOP" : "IPI_STOP_HARD");
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h129 * IPI_STOP_HARD does not need to occupy a slot in the IPI vector space since
134 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h69 #define IPI_STOP_HARD PIL_STOP macro
/freebsd-11-stable/sys/x86/x86/
H A Dmp_x86.c1159 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1163 if (ipi == IPI_STOP_HARD)
1182 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1186 if (ipi == IPI_STOP_HARD)
1209 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1213 if (ipi == IPI_STOP_HARD)
1228 * the global pending bitword an IPI_STOP_HARD has been issued
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c227 type == IPI_STOP || type == IPI_STOP_HARD
304 return (generic_stop_cpus(map, IPI_STOP_HARD));
337 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c216 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL);

Completed in 247 milliseconds