Home
last modified time | relevance | path

Searched refs:IPI_OFF (Results 1 – 5 of 5) sorted by relevance

/src/sys/arm64/include/
H A Dsmp.h43 IPI_OFF, enumerator
/src/sys/kern/
H A Dsubr_smp.c279 || type == IPI_SUSPEND || type == IPI_OFF in generic_stop_cpus()
297 if (type == IPI_SUSPEND || type == IPI_OFF) in generic_stop_cpus()
317 if (type == IPI_SUSPEND || type == IPI_OFF) in generic_stop_cpus()
335 if (type == IPI_SUSPEND || type == IPI_OFF) in generic_stop_cpus()
369 return (generic_stop_cpus(map, IPI_OFF)); in offline_cpus()
/src/sys/x86/include/
H A Dapicvar.h137 #define IPI_OFF (APIC_IPI_INTS + 9) /* Stop CPU forever */ macro
/src/sys/arm64/arm64/
H A Dmp_machdep.c198 intr_ipi_setup(IPI_OFF, "off", ipi_off, NULL); in release_aps()
829 ipi_all_but_self(IPI_OFF); in cpu_mp_stop()
/src/sys/amd64/amd64/
H A Dmp_machdep.c145 setidt(IPI_OFF, pti ? IDTVEC(cpuoff_pti) : IDTVEC(cpuoff), in cpu_mp_start()