/openbsd/sys/arch/mips64/mips64/ |
H A D | ipifuncs.c | 133 if (!CPU_IS_RUNNING(ci)) in do_send_ipi() 169 if (!(cpumask & (1UL << ci->ci_cpuid)) || !CPU_IS_RUNNING(ci)) in mips64_multicast_ipi()
|
H A D | pmap.c | 255 if (CPU_IS_RUNNING(ci) && in pmap_invalidate_icache() 298 if (!CPU_IS_RUNNING(ci)) in pmap_shootdown_range()
|
/openbsd/sys/arch/powerpc64/include/ |
H A D | cpu.h | 133 #define CPU_IS_RUNNING(ci) 1 macro 147 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro
|
/openbsd/sys/arch/arm/include/ |
H A D | cpu.h | 229 #define CPU_IS_RUNNING(ci) 1 macro 240 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro
|
/openbsd/sys/arch/riscv64/include/ |
H A D | cpu.h | 160 #define CPU_IS_RUNNING(ci) 1 macro 172 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro
|
/openbsd/sys/arch/hppa/include/ |
H A D | cpu.h | 150 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro 160 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/m88k/include/ |
H A D | cpu.h | 211 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CIF_ALIVE) macro 223 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/sparc64/include/ |
H A D | cpu.h | 190 #define CPU_IS_RUNNING(ci) 1 macro 211 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/arm64/include/ |
H A D | cpu.h | 212 #define CPU_IS_RUNNING(ci) 1 macro 222 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro
|
/openbsd/sys/arch/alpha/include/ |
H A D | cpu.h | 248 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro 283 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/kern/ |
H A D | kern_sched.c | 659 if (CPU_IS_PRIMARY(ci) || !CPU_IS_RUNNING(ci)) in sched_start_secondary_cpus() 683 if (CPU_IS_PRIMARY(ci) || !CPU_IS_RUNNING(ci)) in sched_stop_secondary_cpus() 691 if (CPU_IS_PRIMARY(ci) || !CPU_IS_RUNNING(ci)) in sched_stop_secondary_cpus() 889 if (CPU_IS_PRIMARY(ci) || !CPU_IS_RUNNING(ci)) in sysctl_hwsmt()
|
H A D | kern_smr.c | 159 if (!CPU_IS_RUNNING(ci)) in smr_grace_wait()
|
/openbsd/sys/arch/i386/include/ |
H A D | cpu.h | 240 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro 260 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/amd64/include/ |
H A D | cpu.h | 305 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro 336 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/powerpc/include/ |
H A D | cpu.h | 127 #define CPU_IS_RUNNING(ci) 1 macro 141 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/mips64/include/ |
H A D | cpu.h | 234 #define CPU_IS_RUNNING(ci) ((ci)->ci_flags & CPUF_RUNNING) macro 258 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/sh/include/ |
H A D | cpu.h | 86 #define CPU_IS_RUNNING(ci) 1 macro
|
/openbsd/sys/arch/loongson/loongson/ |
H A D | generic3a_machdep.c | 319 while (!CPU_IS_RUNNING(ci)) in generic3a_boot_secondary_cpu()
|
/openbsd/sys/arch/octeon/octeon/ |
H A D | machdep.c | 1298 while (!CPU_IS_RUNNING(ci)) in hw_cpu_boot_secondary()
|