Lines Matching refs:tcs

196         tcst = &cpu->tcs[tc].CP0_TCStatus;  in sync_c0_entryhi()
262 return other->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()
279 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
296 return other->tcs[other_tc].PC; in helper_mftc0_tcrestart()
313 return other->tcs[other_tc].CP0_TCHalt; in helper_mftc0_tchalt()
330 return other->tcs[other_tc].CP0_TCContext; in helper_mftc0_tccontext()
347 return other->tcs[other_tc].CP0_TCSchedule; in helper_mftc0_tcschedule()
364 return other->tcs[other_tc].CP0_TCScheFBack; in helper_mftc0_tcschefback()
446 tcstatus = other->tcs[other_tc].CP0_Debug_tcstatus; in helper_mftc0_debug()
684 other->tcs[other_tc].CP0_TCStatus = arg1; in helper_mttc0_tcstatus()
715 newval = (other->tcs[other_tc].CP0_TCBind & ~mask) | (arg1 & mask); in helper_mttc0_tcbind()
716 other->tcs[other_tc].CP0_TCBind = newval; in helper_mttc0_tcbind()
741 other->tcs[other_tc].PC = arg1; in helper_mttc0_tcrestart()
742 other->tcs[other_tc].CP0_TCStatus &= ~(1 << CP0TCSt_TDS); in helper_mttc0_tcrestart()
774 other->tcs[other_tc].CP0_TCHalt = arg1; in helper_mttc0_tchalt()
797 other->tcs[other_tc].CP0_TCContext = arg1; in helper_mttc0_tccontext()
814 other->tcs[other_tc].CP0_TCSchedule = arg1; in helper_mttc0_tcschedule()
831 other->tcs[other_tc].CP0_TCScheFBack = arg1; in helper_mttc0_tcschefback()
1381 other->tcs[other_tc].CP0_Debug_tcstatus = val; in helper_mttc0_debug()
1446 return other->tcs[other_tc].gpr[sel]; in helper_mftgpr()
1458 return other->tcs[other_tc].LO[sel]; in helper_mftlo()
1470 return other->tcs[other_tc].HI[sel]; in helper_mfthi()
1482 return other->tcs[other_tc].ACX[sel]; in helper_mftacx()
1494 return other->tcs[other_tc].DSPControl; in helper_mftdsp()
1506 other->tcs[other_tc].gpr[sel] = arg1; in helper_mttgpr()
1518 other->tcs[other_tc].LO[sel] = arg1; in helper_mttlo()
1530 other->tcs[other_tc].HI[sel] = arg1; in helper_mtthi()
1542 other->tcs[other_tc].ACX[sel] = arg1; in helper_mttacx()
1554 other->tcs[other_tc].DSPControl = arg1; in helper_mttdsp()