Home
last modified time | relevance | path

Searched refs:IPI_STOP (Results 1 – 12 of 12) sorted by relevance

/f-stack/freebsd/arm/include/
H A Dsmp.h13 IPI_STOP, enumerator
14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */
/f-stack/freebsd/arm64/include/
H A Dsmp.h42 IPI_STOP, enumerator
/f-stack/freebsd/mips/include/
H A Dsmp.h34 #define IPI_STOP 0x0008 macro
/f-stack/freebsd/kern/
H A Dsubr_smp.c245 type == IPI_STOP || type == IPI_STOP_HARD in generic_stop_cpus()
315 return (generic_stop_cpus(map, IPI_STOP)); in stop_cpus()
356 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD in generic_restart_cpus()
380 if (type == IPI_STOP) { in generic_restart_cpus()
400 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD, in generic_restart_cpus()
424 return (generic_restart_cpus(map, IPI_STOP)); in restart_cpus()
/f-stack/freebsd/arm/arm/
H A Dmp_machdep.c331 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
/f-stack/freebsd/mips/mips/
H A Dmp_machdep.c145 case IPI_STOP: in mips_ipi_handler()
/f-stack/freebsd/x86/include/
H A Dapicvar.h131 #define IPI_STOP (APIC_IPI_INTS + 6) /* Stop CPU until restarted. */ macro
/f-stack/freebsd/x86/xen/
H A Dxen_apic.c104 [IPI_TO_IDX(IPI_STOP)] = { xen_cpustop_handler, "st" },
/f-stack/freebsd/i386/i386/
H A Dmp_machdep.c184 setidt(IPI_STOP, IDTVEC(cpustop), in cpu_mp_start()
/f-stack/freebsd/arm64/arm64/
H A Dmp_machdep.c170 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
/f-stack/freebsd/amd64/amd64/
H A Dmp_machdep.c221 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop), in cpu_mp_start()
/f-stack/freebsd/x86/x86/
H A Dlocal_apic.c93 CTASSERT(IPI_STOP < APIC_SPURIOUS_INT);