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

  /src/sys/arch/hppa/dev/
cpu.c 55 int hppa_ncpu; variable in typeref:typename:int
217 hppa_ncpu++;
  /src/sys/arch/hppa/include/
cpu.h 351 extern int hppa_ncpu;
359 #define CPU_INFO_FOREACH(cii, ci) cii = 0, ci = &cpus[0]; cii < hppa_ncpu; cii++, ci++

Completed in 12 milliseconds