Searched refs:IPI_STOP (Results 1 - 17 of 17) sorted by relevance

/freebsd-11-stable/sys/arm/include/
H A Dsmp.h14 IPI_STOP, enumerator in enum:__anon7271
15 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */
25 #define IPI_STOP 4 macro
/freebsd-11-stable/sys/arm64/include/
H A Dsmp.h42 IPI_STOP, enumerator in enum:__anon7324
/freebsd-11-stable/sys/riscv/include/
H A Dsmp.h45 #define IPI_STOP (1 << 3) macro
/freebsd-11-stable/sys/powerpc/include/
H A Dsmp.h37 #define IPI_STOP 3 macro
/freebsd-11-stable/sys/mips/include/
H A Dsmp.h34 #define IPI_STOP 0x0008 macro
/freebsd-11-stable/sys/riscv/riscv/
H A Dmp_machdep.c312 case IPI_STOP:
314 CTR0(KTR_SMP, (ipi == IPI_STOP) ? "IPI_STOP" : "IPI_STOP_HARD");
326 CTR0(KTR_SMP, "IPI_STOP (restart)");
/freebsd-11-stable/sys/arm/arm/
H A Dmp_machdep.c274 * IPI_STOP_HARD is mapped to IPI_STOP.
276 CTR0(KTR_SMP, "IPI_STOP or IPI_STOP_HARD");
306 CTR0(KTR_SMP, "IPI_STOP (restart)");
370 case IPI_STOP:
372 * IPI_STOP_HARD is mapped to IPI_STOP so it is not
375 CTR0(KTR_SMP, "IPI_STOP or IPI_STOP_HARD");
404 CTR0(KTR_SMP, "IPI_STOP (restart)");
440 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL);
/freebsd-11-stable/sys/powerpc/powerpc/
H A Dmp_machdep.c301 case IPI_STOP:
304 * IPI_STOP_HARD is mapped to IPI_STOP so it is not
307 CTR1(KTR_SMP, "%s: IPI_STOP or IPI_STOP_HARD (stop)",
317 CTR1(KTR_SMP, "%s: IPI_STOP (restart)", __func__);
/freebsd-11-stable/sys/mips/mips/
H A Dmp_machdep.c143 case IPI_STOP:
145 * IPI_STOP_HARD is mapped to IPI_STOP so it is not
148 CTR0(KTR_SMP, "IPI_STOP or IPI_STOP_HARD");
162 CTR0(KTR_SMP, "IPI_STOP (restart)");
/freebsd-11-stable/sys/kern/
H A Dsubr_smp.c227 type == IPI_STOP || type == IPI_STOP_HARD
297 return (generic_stop_cpus(map, IPI_STOP));
337 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD
380 return (generic_restart_cpus(map, IPI_STOP));
/freebsd-11-stable/sys/x86/include/
H A Dapicvar.h123 #define IPI_STOP (APIC_IPI_INTS + 6) /* Stop CPU until restarted. */ macro
/freebsd-11-stable/sys/sparc64/include/
H A Dsmp.h68 #define IPI_STOP PIL_STOP macro
/freebsd-11-stable/sys/x86/xen/
H A Dxen_apic.c96 [IPI_TO_IDX(IPI_STOP)] = { xen_cpustop_handler, "st" },
/freebsd-11-stable/sys/arm64/arm64/
H A Dmp_machdep.c215 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL);
395 CTR0(KTR_SMP, "IPI_STOP");
409 CTR0(KTR_SMP, "IPI_STOP (restart)");
/freebsd-11-stable/sys/i386/i386/
H A Dmp_machdep.c192 setidt(IPI_STOP, IDTVEC(cpustop),
/freebsd-11-stable/sys/amd64/amd64/
H A Dmp_machdep.c174 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop),
/freebsd-11-stable/sys/x86/x86/
H A Dlocal_apic.c90 CTASSERT(IPI_STOP < APIC_SPURIOUS_INT);

Completed in 256 milliseconds