Home
last modified time | relevance | path

Searched refs:started_cpus (Results 1 – 8 of 8) sorted by relevance

/freebsd/sys/arm/arm/
H A Dmp_machdep.c266 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop()
269 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
/freebsd/sys/powerpc/powerpc/
H A Dmp_machdep.c326 while (!CPU_ISSET(cpuid, &started_cpus)) in powerpc_ipi_handler()
329 CPU_CLR_ATOMIC(cpuid, &started_cpus); in powerpc_ipi_handler()
/freebsd/sys/riscv/riscv/
H A Dmp_machdep.c275 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop()
278 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
/freebsd/sys/sys/
H A Dsmp.h160 extern volatile cpuset_t started_cpus; /* cpus to let out of stop pen */
/freebsd/sys/kern/
H A Dsubr_smp.c91 volatile cpuset_t started_cpus; variable
412 CPU_COPY_STORE_REL(&map, &started_cpus); in generic_restart_cpus()
450 CPU_COPY_STORE_REL(&map, &started_cpus); in generic_restart_cpus()
/freebsd/sys/arm64/arm64/
H A Dmp_machdep.c384 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop()
391 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
/freebsd/sys/x86/x86/
H A Dmp_x86.c1547 while (!CPU_ISSET(cpu, &started_cpus)) { in cpustop_handler()
1574 CPU_CLR_ATOMIC(cpu, &started_cpus); in cpustop_handler_post()
H A Dcpu_machdep.c490 CPU_SETOF(0, &started_cpus); in cpu_reset()