Searched refs:gcpu_shared (Results 1 - 4 of 4) 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]; variable in typeref:struct:gcpu_chipshared
83 if ((sp = gcpu_shared[chipid]) == NULL) {
87 osp = atomic_cas_ptr(&gcpu_shared[chipid], NULL, sp);
97 gcpu->gcpu_shared = sp;
120 sp = gcpu_shared[chipid];
H A Dgcpu_poll_ntv.c94 ASSERT(MUTEX_HELD(&gcpu->gcpu_shared->gcpus_poll_lock));
212 mutex_enter(&gcpu->gcpu_shared->gcpus_poll_lock);
214 mutex_exit(&gcpu->gcpu_shared->gcpus_poll_lock);
H A Dgcpu.h198 struct gcpu_chipshared *gcpu_shared; /* Shared state for the chip */ member in struct:gcpu_data
H A Dgcpu_mca.c1172 mutex_enter(&gcpu->gcpu_shared->gcpus_cfglock);
1223 atomic_or_32(&gcpu->gcpu_shared->gcpus_actv_banks, 1 << i);
1355 mutex_exit(&gcpu->gcpu_shared->gcpus_cfglock);
1756 if (!(gcpu->gcpu_shared->gcpus_actv_banks & 1 << i))
1927 if (gcpu->gcpu_shared != NULL)
1928 poll_lock = &gcpu->gcpu_shared->gcpus_poll_lock;
2035 mutex_enter(&gcpu->gcpu_shared->gcpus_cfglock);
2037 mutex_exit(&gcpu->gcpu_shared->gcpus_cfglock);

Completed in 71 milliseconds