Searched defs:GCPU_MAX_CHIPID (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c53 #define GCPU_MAX_CHIPID 32 macro
54 static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];
66 if (gcpu_disable || chipid >= GCPU_MAX_CHIPID)
112 if (gcpu_disable || chipid >= GCPU_MAX_CHIPID)

Completed in 54 milliseconds