Home
last modified time | relevance | path

Searched refs:GCPU_MAX_CHIPID (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c60 #define GCPU_MAX_CHIPID 32 macro
61 static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];
64 static const char *gcpu_id_override[GCPU_MAX_CHIPID] = { NULL };
202 if (gcpu_disable || chipid >= GCPU_MAX_CHIPID) in gcpu_init()
250 if (gcpu_disable || chipid >= GCPU_MAX_CHIPID) in gcpu_fini()
325 if (chipid >= GCPU_MAX_CHIPID) in gcpu_ident()