Searched refs:cpu_ipi_wait (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/sys/arch/riscv/riscv/ |
H A D | cpu_subr.c | 208 cpu_ipi_wait(const char *s, const kcpuset_t *watchset, const kcpuset_t *wanted) in cpu_ipi_wait() function 273 cpu_ipi_wait("halt", cpus_halted, kcp); in cpu_halt_others() 334 cpu_ipi_wait("pause", cpus_paused, kcp); in cpu_pause_others() 355 cpu_ipi_wait("resume", cpus_resumed, kcp); in cpu_resume() 376 cpu_ipi_wait("resume", cpus_resumed, kcp); in cpu_resume_others()
|
/netbsd-src/sys/arch/powerpc/powerpc/ |
H A D | powerpc_machdep.c | 572 cpu_ipi_wait(kcpuset_t *watchset, __cpuset_t mask) in cpu_ipi_wait() function 626 if (cpu_ipi_wait(csi->cpus_halted, cpumask)) in cpu_halt_others() 683 if (cpu_ipi_wait(csi->cpus_paused, cpuset)) in cpu_pause_others() 699 if (cpu_ipi_wait(csi->cpus_paused, cpuset)) in cpu_resume() 716 if (cpu_ipi_wait(csi->cpus_resumed, cpuset)) in cpu_resume_others()
|
/netbsd-src/sys/arch/mips/mips/ |
H A D | cpu_subr.c | 121 static void cpu_ipi_wait(const char *, const kcpuset_t *, const kcpuset_t *); 676 cpu_ipi_wait(const char *s, const kcpuset_t *watchset, const kcpuset_t *wanted) in cpu_ipi_wait() function 742 cpu_ipi_wait("halt", cpus_halted, kcp); in cpu_halt_others() 803 cpu_ipi_wait("pause", cpus_paused, kcp); in cpu_pause_others() 823 cpu_ipi_wait("resume", cpus_resumed, kcp); in cpu_resume() 844 cpu_ipi_wait("resume", cpus_resumed, kcp); in cpu_resume_others()
|