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.c54 static struct gcpu_chipshared *gcpu_shared[GCPU_MAX_CHIPID];
63 struct gcpu_chipshared *sp, *osp;
84 sp = kmem_zalloc(sizeof (struct gcpu_chipshared), KM_SLEEP);
91 kmem_free(sp, sizeof (struct gcpu_chipshared));
110 struct gcpu_chipshared *sp;
H A Dgcpu.h188 struct gcpu_chipshared { struct
198 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */

Completed in 58 milliseconds