Searched refs:hatched (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/sys/arch/riscv/riscv/
H A Dcpu_subr.c135 VPRINTF("%s: secondary processors hatched. %d running\n", __func__,
392 char running, hatched, paused, resumed, halted; local
395 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
405 hatched, running, paused, resumed, halted,
/netbsd-current/sys/arch/powerpc/powerpc/
H A Dpowerpc_machdep.c735 char running, hatched, paused, resumed, halted; local
744 hatched = (kcpuset_isset(csi->cpus_hatched, index) ? 'H' : '-');
751 running, hatched, paused, resumed, halted,
/netbsd-current/sys/arch/mips/mips/
H A Dcpu_subr.c860 char running, hatched, paused, resumed, halted; local
863 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
872 running, hatched, paused, resumed, halted,
935 * Announce we are hatched

Completed in 189 milliseconds