gcpu_chipshared
struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */
gcpu_init_ident(cmi_hdl_t hdl, struct gcpu_chipshared *sp)
struct gcpu_chipshared *sp, *osp;
sp = kmem_zalloc(sizeof (struct gcpu_chipshared), KM_SLEEP);
kmem_free(sp, sizeof (struct gcpu_chipshared));
struct gcpu_chipshared *sp;
struct gcpu_chipshared *sp;
static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];