Searched refs:gcpu_chipshared (Results 1 – 2 of 2) sorted by relevance
54 static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];63 struct gcpu_chipshared *sp, *osp; in gcpu_init()84 sp = kmem_zalloc(sizeof (struct gcpu_chipshared), KM_SLEEP); in gcpu_init()91 kmem_free(sp, sizeof (struct gcpu_chipshared)); in gcpu_init()110 struct gcpu_chipshared *sp; in gcpu_fini()
188 struct gcpu_chipshared { struct198 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */ argument