Searched refs:IPI_STOP (Results 1 – 12 of 12) sorted by relevance
| /f-stack/freebsd/arm/include/ |
| H A D | smp.h | 13 IPI_STOP, enumerator 14 IPI_STOP_HARD = IPI_STOP, /* These are synonyms on arm. */
|
| /f-stack/freebsd/arm64/include/ |
| H A D | smp.h | 42 IPI_STOP, enumerator
|
| /f-stack/freebsd/mips/include/ |
| H A D | smp.h | 34 #define IPI_STOP 0x0008 macro
|
| /f-stack/freebsd/kern/ |
| H A D | subr_smp.c | 245 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 D | mp_machdep.c | 331 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
|
| /f-stack/freebsd/mips/mips/ |
| H A D | mp_machdep.c | 145 case IPI_STOP: in mips_ipi_handler()
|
| /f-stack/freebsd/x86/include/ |
| H A D | apicvar.h | 131 #define IPI_STOP (APIC_IPI_INTS + 6) /* Stop CPU until restarted. */ macro
|
| /f-stack/freebsd/x86/xen/ |
| H A D | xen_apic.c | 104 [IPI_TO_IDX(IPI_STOP)] = { xen_cpustop_handler, "st" },
|
| /f-stack/freebsd/i386/i386/ |
| H A D | mp_machdep.c | 184 setidt(IPI_STOP, IDTVEC(cpustop), in cpu_mp_start()
|
| /f-stack/freebsd/arm64/arm64/ |
| H A D | mp_machdep.c | 170 intr_pic_ipi_setup(IPI_STOP, "stop", ipi_stop, NULL); in release_aps()
|
| /f-stack/freebsd/amd64/amd64/ |
| H A D | mp_machdep.c | 221 setidt(IPI_STOP, pti ? IDTVEC(cpustop_pti) : IDTVEC(cpustop), in cpu_mp_start()
|
| /f-stack/freebsd/x86/x86/ |
| H A D | local_apic.c | 93 CTASSERT(IPI_STOP < APIC_SPURIOUS_INT);
|