Searched refs:SIGBCPU (Results 1 - 7 of 7) sorted by relevance

/illumos-gate/usr/src/uts/sun4u/starfire/os/
H A Dbbus_intr.c44 extern struct cpu *SIGBCPU;
102 * always SIGBCPU.
115 * Anybody that references the polling (SIGBCPU) can
347 sgnblk_pollcpu = SIGBCPU->cpu_id;
358 ASSERT(sgnblk_pollcpu == SIGBCPU->cpu_id);
507 processorid_t cpuid = SIGBCPU->cpu_id;
558 processorid_t cpu_id = SIGBCPU->cpu_id;
H A Dcpu_sgnblk.c52 * SIGBCPU represents the cpu maintaining the primary
57 struct cpu *SIGBCPU = &cpu0; variable in typeref:struct:cpu
H A Dpda.c54 extern struct cpu *SIGBCPU;
82 if (SIGBCPU == NULL) {
83 cmn_err(CE_WARN, "pda_open: SIGBCPU is NULL");
89 pip->p2o_cpuid = (int)SIGBCPU->cpu_id;
/illumos-gate/usr/src/uts/sun4u/starfire/io/
H A Ddrmach.c231 extern struct cpu *SIGBCPU;
2573 * Move bootproc (SIGBCPU) to another cpu. If dst_cpu is NULL, a
2589 int avoid_board = DRMACH_CPUID2BNUM(SIGBCPU->cpu_id);
2614 if (cpuid == SIGBCPU->cpu_id) {
2616 "SIGBCPU(%d) same as new selection(%d)",
2617 SIGBCPU->cpu_id, cpuid);
2624 cmn_err(CE_NOTE, "?relocating SIGBCPU from %d to %d",
2625 SIGBCPU->cpu_id, cpuid);
2627 DRMACH_PR("moving SIGBCPU to CPU %d\n", cpuid);
2647 SIGBCPU
[all...]
/illumos-gate/usr/src/uts/sun4u/ngdr/io/
H A Ddr_cpu.c75 extern struct cpu *SIGBCPU;
675 csp->cs_isbootproc = (SIGBCPU->cpu_id == cp->sbc_cpu_id) ? 1 : 0;
/illumos-gate/usr/src/uts/sun4u/starfire/cvc/
H A Dcvc.c352 extern struct cpu *SIGBCPU; /* bugid4141050 */
358 ASSERT(cpu_sgnblkp[SIGBCPU->cpu_id] != NULL);
359 cvc_assign_iocpu(SIGBCPU->cpu_id);
/illumos-gate/usr/src/uts/sun4u/opl/io/
H A Ddrmach.c248 extern struct cpu *SIGBCPU;

Completed in 81 milliseconds