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

/freebsd-13-stable/sys/riscv/include/
H A Dsmp.h46 #define IPI_STOP_HARD (1 << 4) macro
/freebsd-13-stable/sys/arm64/include/
H A Dsmp.h43 IPI_STOP_HARD, enumerator in enum:__anon8501
/freebsd-13-stable/sys/arm/include/
H A Dsmp.h14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */ enumerator in enum:__anon8458
/freebsd-13-stable/sys/powerpc/include/
H A Dsmp.h40 #define IPI_STOP_HARD 3 macro
/freebsd-13-stable/sys/mips/include/
H A Dsmp.h35 #define IPI_STOP_HARD 0x0008 macro
/freebsd-13-stable/sys/kern/
H A Dsubr_smp.c245 type == IPI_STOP || type == IPI_STOP_HARD
322 return (generic_stop_cpus(map, IPI_STOP_HARD));
356 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD
400 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD,
/freebsd-13-stable/sys/x86/include/
H A Dapicvar.h138 * IPI_STOP_HARD does not need to occupy a slot in the IPI vector space since
142 #define IPI_STOP_HARD 255 /* Stop CPU with a NMI. */ macro
/freebsd-13-stable/sys/riscv/riscv/
H A Dmp_machdep.c354 case IPI_STOP_HARD:
355 CTR0(KTR_SMP, (ipi == IPI_STOP) ? "IPI_STOP" : "IPI_STOP_HARD");
/freebsd-13-stable/sys/x86/x86/
H A Dmp_x86.c1336 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1340 if (ipi == IPI_STOP_HARD)
1359 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1363 if (ipi == IPI_STOP_HARD)
1380 * IPI_STOP_HARD maps to a NMI and the trap handler needs a bit
1384 if (ipi == IPI_STOP_HARD) {
1425 * the global pending bitword an IPI_STOP_HARD has been issued
/freebsd-13-stable/sys/arm64/arm64/
H A Dmp_machdep.c171 intr_pic_ipi_setup(IPI_STOP_HARD, "stop hard", ipi_stop, NULL);

Completed in 100 milliseconds