Searched refs:tcBind (Results 1 - 2 of 2) sorted by relevance

/gem5/src/arch/mips/
H A Dmt.hh180 TCBindReg tcBind = tc->readMiscRegNoEffect(MISCREG_TC_BIND); local
182 if (tidTCBind.curVPE == tcBind.curVPE) {
248 TCBindReg tcBind = tc->readMiscRegNoEffect(MISCREG_TC_BIND); local
261 if (tidTCBind.curVPE == tcBind.curVPE &&
262 tidTCBind.curTC == tcBind.curTC &&
H A Disa.cc360 TCBindReg tcBind = readMiscRegNoEffect(MISCREG_TC_BIND, tid); local
361 tcBind.curTC = tid;
362 setMiscRegNoEffect(MISCREG_TC_BIND, tcBind, tid);
416 TCBindReg tcBind = miscRegFile[MISCREG_TC_BIND][tid]; local
417 return tcBind.curVPE;

Completed in 7 milliseconds