Searched refs:stopped_cpus (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13-stable/sys/powerpc/powerpc/ |
| HD | mp_machdep.c | 263 CPU_SET(pc->pc_cpuid, &stopped_cpus); in cpu_mp_unleash() 331 CPU_SET_ATOMIC(cpuid, &stopped_cpus); in powerpc_ipi_handler() 334 CPU_CLR_ATOMIC(cpuid, &stopped_cpus); in powerpc_ipi_handler()
|
| /freebsd-13-stable/sys/arm/arm/ |
| HD | mp_machdep.c | 267 CPU_SET_ATOMIC(cpu, &stopped_cpus); in ipi_stop() 274 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| /freebsd-13-stable/sys/mips/mips/ |
| HD | mp_machdep.c | 155 CPU_SET_ATOMIC(cpu, &stopped_cpus); in mips_ipi_handler() 162 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in mips_ipi_handler()
|
| /freebsd-13-stable/sys/kern/ |
| HD | subr_kdb.c | 595 CPU_ISSET(pc->pc_cpuid, &stopped_cpus)) in kdb_thr_ctx() 709 CPU_ANDNOT(&other_cpus, &other_cpus, &stopped_cpus); in kdb_trap() 747 CPU_AND(&other_cpus, &other_cpus, &stopped_cpus); in kdb_trap()
|
| HD | subr_smp.c | 56 volatile cpuset_t stopped_cpus; variable 289 cpus = &stopped_cpus; in generic_stop_cpus() 367 cpus = &stopped_cpus; in generic_restart_cpus() 408 cpus = &stopped_cpus; in generic_restart_cpus()
|
| HD | sched_4bsd.c | 1159 CPU_OR(&dontuse, &dontuse, &stopped_cpus); in forward_wakeup()
|
| /freebsd-13-stable/sys/riscv/riscv/ |
| HD | mp_machdep.c | 358 CPU_SET_ATOMIC(cpu, &stopped_cpus); in ipi_handler() 365 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in ipi_handler()
|
| /freebsd-13-stable/sys/sys/ |
| HD | smp.h | 161 extern volatile cpuset_t stopped_cpus; /* cpus in stop pen */
|
| /freebsd-13-stable/sys/arm64/arm64/ |
| HD | mp_machdep.c | 430 CPU_SET_ATOMIC(cpu, &stopped_cpus); in ipi_stop() 441 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in ipi_stop()
|
| /freebsd-13-stable/sys/x86/x86/ |
| HD | mp_x86.c | 1502 CPU_SET_ATOMIC(cpu, &stopped_cpus); in nmi_call_kdb_smp() 1536 CPU_SET_ATOMIC(cpu, &stopped_cpus); in cpustop_handler() 1567 CPU_CLR_ATOMIC(cpu, &stopped_cpus); in cpustop_handler_post()
|
| HD | cpu_machdep.c | 473 CPU_ANDNOT(&map, &map, &stopped_cpus); in cpu_reset()
|