Home | History | Annotate | Download | only in shared

Lines Matching refs:idx

214 	/* figure out bus/orignal core idx */
259 /* find the core idx before entering this func. */
416 uint idx;
424 for (idx = 0; idx < SI_MAXCORES; idx++)
425 if (sii->common_info->regs[idx]) {
426 REG_UNMAP(sii->common_info->regs[idx]);
427 sii->common_info->regs[idx] = NULL;
555 uint idx;
563 idx = sii->curidx;
569 for (i = 0; i < idx; i++)
662 uint idx;
664 idx = si_findcoreidx(sih, coreid, coreunit);
665 if (!GOODIDX(idx))
669 return sb_setcoreidx(sih, idx);
671 return ai_setcoreidx(sih, idx);
1027 uint idx;
1031 idx = sii->curidx;
1032 ASSERT(idx == si_findcoreidx(sih, D11_CORE_ID, 0));
1041 sih->buscorerev, idx, sii->curidx, sdpregs));
1045 W_REG(sii->osh, &sdpregs->sbintmask, (I_SB_SERR | I_SB_RESPERR | (1 << idx)));
1048 si_setcoreidx(sih, idx);