HomeSort by: relevance | last modified time | path
    Searched refs:hatched (Results 1 - 4 of 4) sorted by relevancy

  /src/sys/arch/riscv/riscv/
cpu_subr.c 136 VPRINTF("%s: secondary processors hatched. %d running\n", __func__,
393 char running, hatched, paused, resumed, halted; local
396 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
406 hatched, running, paused, resumed, halted,
  /src/sys/arch/arm/ti/
omap3_platform.c 396 u_int hatched = 0; local
402 hatched |= __BIT(cpuindex);
  /src/sys/arch/powerpc/powerpc/
powerpc_machdep.c 742 char running, hatched, paused, resumed, halted; local
751 hatched = (kcpuset_isset(csi->cpus_hatched, index) ? 'H' : '-');
758 running, hatched, paused, resumed, halted,
  /src/sys/arch/mips/mips/
cpu_subr.c 861 char running, hatched, paused, resumed, halted; local
864 hatched = (kcpuset_isset(cpus_hatched, cpu_index(ci)) ? 'H' : '-');
873 running, hatched, paused, resumed, halted,
936 * Announce we are hatched

Completed in 18 milliseconds