Searched refs:CP0_TCSchedule (Results 1 – 3 of 3) sorted by relevance
336 return env->active_tc.CP0_TCSchedule; in helper_mfc0_tcschedule()345 return other->active_tc.CP0_TCSchedule; in helper_mftc0_tcschedule()347 return other->tcs[other_tc].CP0_TCSchedule; in helper_mftc0_tcschedule()472 return env->active_tc.CP0_TCSchedule; in helper_dmfc0_tcschedule()803 env->active_tc.CP0_TCSchedule = arg1; in helper_mtc0_tcschedule()812 other->active_tc.CP0_TCSchedule = arg1; in helper_mttc0_tcschedule()814 other->tcs[other_tc].CP0_TCSchedule = arg1; in helper_mttc0_tcschedule()
96 VMSTATE_UINTTL(CP0_TCSchedule, TCState),
496 target_ulong CP0_TCSchedule; member