Searched refs:CP0_TCStatus (Results 1 – 6 of 6) sorted by relevance
51 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()53 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
92 VMSTATE_INT32(CP0_TCStatus, TCState),
195 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_entryhi()197 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_entryhi()252 return env->active_tc.CP0_TCStatus; in helper_mfc0_tcstatus()261 return other->active_tc.CP0_TCStatus; in helper_mftc0_tcstatus()263 return other->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()671 newval = (env->active_tc.CP0_TCStatus & ~mask) | (arg1 & mask); in helper_mtc0_tcstatus()673 env->active_tc.CP0_TCStatus = newval; in helper_mtc0_tcstatus()683 other->active_tc.CP0_TCStatus = arg1; in helper_mttc0_tcstatus()685 other->tcs[other_tc].CP0_TCStatus = arg1; in helper_mttc0_tcstatus()724 env->active_tc.CP0_TCStatus &= ~(1 << CP0TCSt_TDS); in helper_mtc0_tcrestart()[all …]
176 !(env->active_tc.CP0_TCStatus & (1 << CP0TCSt_IXMT)); in cpu_mips_hw_interrupts_enabled()268 if (!(env->active_tc.CP0_TCStatus & (1 << CP0TCSt_A))) { in mips_vpe_active()
476 int32_t CP0_TCStatus; member
187 env->active_tc.CP0_TCStatus & (1 << CP0TCSt_DT)) { in helper_yield()