Searched refs:started_cpus (Results 1 – 8 of 8) sorted by relevance
| /freebsd/sys/arm/arm/ |
| H A D | mp_machdep.c | 266 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 D | mp_machdep.c | 326 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 D | mp_machdep.c | 275 while (!CPU_ISSET(cpu, &started_cpus)) in ipi_stop() 278 CPU_CLR_ATOMIC(cpu, &started_cpus); in ipi_stop()
|
| /freebsd/sys/sys/ |
| H A D | smp.h | 160 extern volatile cpuset_t started_cpus; /* cpus to let out of stop pen */
|
| /freebsd/sys/kern/ |
| H A D | subr_smp.c | 91 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 D | mp_machdep.c | 384 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 D | mp_x86.c | 1547 while (!CPU_ISSET(cpu, &started_cpus)) { in cpustop_handler() 1574 CPU_CLR_ATOMIC(cpu, &started_cpus); in cpustop_handler_post()
|
| H A D | cpu_machdep.c | 490 CPU_SETOF(0, &started_cpus); in cpu_reset()
|