Searched defs:cpu_sync (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/os/
H A Dmach_cpu_states.c1268 } cpu_sync; local
1291 bzero((void *)&cpu_sync, NCPU);
1292 cpu_sync.byte[smallestid] = 1;
1296 cpu_sync.byte[i] = 1;
1297 cpu_sync.byte[largestid] = 1;
1308 (uint64_t)cpu_sync.byte, traptrace_id);
1314 while (cpu_sync.xword[i] != 0) {
1329 "at cpu_sync.xword[%d]: 0x%lx "
1330 "cpu_sync.byte: 0x%lx "
1333 i, cpu_sync
[all...]

Completed in 60 milliseconds