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

/gem5/src/arch/mips/
H A Dmt.hh56 readRegOtherThread(ThreadContext *tc, const RegId &reg, function in namespace:MipsISA
104 readRegOtherThread(ExecContext *xc, const RegId &reg, function in namespace:MipsISA
107 return readRegOtherThread(xc->tcBase(), reg, tid);
179 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_BIND), tid);
185 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_STATUS),
189 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_HALT),
252 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_STATUS),
255 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_HALT),
258 readRegOtherThread(tc, RegId(MiscRegClass, MISCREG_TC_BIND),

Completed in 5 milliseconds