Home
last modified time | relevance | path

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

/titanic_50/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; 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()
H A Dgcpu.h188 struct gcpu_chipshared { struct
198 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */ argument