Searched refs:gcpu_chipshared (Results 1 – 2 of 2) sorted by relevance
61 static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];164 gcpu_init_ident(cmi_hdl_t hdl, struct gcpu_chipshared *sp) in gcpu_init_ident()199 struct gcpu_chipshared *sp, *osp; in gcpu_init()220 sp = kmem_zalloc(sizeof (struct gcpu_chipshared), KM_SLEEP); in gcpu_init()227 kmem_free(sp, sizeof (struct gcpu_chipshared)); in gcpu_init()248 struct gcpu_chipshared *sp; in gcpu_fini()319 struct gcpu_chipshared *sp; in gcpu_ident()
191 struct gcpu_chipshared { struct202 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */ argument