Lines Matching refs:origidx
90 uint origidx, intflag; in sb_intflag() local
94 origidx = si_coreidx(sih); in sb_intflag()
99 sb_setcoreidx(sih, origidx); in sb_intflag()
283 uint origidx = 0; in sb_corereg() local
337 origidx = si_coreidx(&sii->pub); in sb_corereg()
365 if (origidx != coreidx) in sb_corereg()
366 sb_setcoreidx(&sii->pub, origidx); in sb_corereg()
683 uint origidx; in sb_serr_clear() local
689 origidx = si_coreidx(&sii->pub); in sb_serr_clear()
703 sb_setcoreidx(&sii->pub, origidx); in sb_serr_clear()
793 uint origidx; in sb_taclear() local
799 origidx = si_coreidx(sih); in sb_taclear()
820 sb_setcoreidx(sih, origidx); in sb_taclear()
840 uint origidx; in sb_commit() local
843 origidx = sii->curidx; in sb_commit()
844 ASSERT(GOODIDX(origidx, sii->numcores)); in sb_commit()
869 sb_setcoreidx(sih, origidx); in sb_commit()
1039 uint origidx, i; in sb_dumpregs() local
1044 origidx = sii->curidx; in sb_dumpregs()
1065 sb_setcoreidx(sih, origidx); in sb_dumpregs()