Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Dsmp.h12 IPI_STOP, enumerator
13 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */
/freebsd/sys/arm64/include/
H A Dsmp.h40 IPI_STOP, enumerator
/freebsd/sys/riscv/include/
H A Dsmp.h44 IPI_STOP, enumerator
/freebsd/sys/powerpc/include/
H A Dsmp.h37 #define IPI_STOP 3 macro
/freebsd/sys/kern/
H A Dsubr_smp.c243 type == IPI_STOP || type == IPI_STOP_HARD in generic_stop_cpus()
313 return (generic_stop_cpus(map, IPI_STOP)); in stop_cpus()
354 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD in generic_restart_cpus()
378 if (type == IPI_STOP) { in generic_restart_cpus()
398 KASSERT(type == IPI_STOP || type == IPI_STOP_HARD, in generic_restart_cpus()
422 return (generic_restart_cpus(map, IPI_STOP)); in restart_cpus()
/freebsd/sys/arm/arm/
H A Dmp_machdep.c305 intr_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
/freebsd/sys/x86/xen/
H A Dxen_apic.c94 [IPI_TO_IDX(IPI_STOP)] = { xen_cpustop_handler, "st" },
/freebsd/sys/x86/include/
H A Dapicvar.h134 #define IPI_STOP (APIC_IPI_INTS + 6) /* Stop CPU until restarted. */ macro
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c315 if (ipimask & (1 << IPI_STOP)) { in powerpc_ipi_handler()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c126 intr_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
/freebsd/sys/i386/i386/
H A Dmp_machdep.c234 setidt(IPI_STOP, IDTVEC(cpustop), in cpu_mp_start()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c152 intr_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
/freebsd/sys/amd64/amd64/
H A Dmp_machdep.c141 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop), in cpu_mp_start()
/freebsd/sys/x86/x86/
H A Dlocal_apic.c95 CTASSERT(IPI_STOP < APIC_SPURIOUS_INT);