Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/i86pc/cpu/generic_cpu/
H A Dgcpu_main.c61 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()
H A Dgcpu.h191 struct gcpu_chipshared { struct
202 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */ argument