Home
last modified time | relevance | path

Searched refs:CP0_TCStatus (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/target/mips/system/
H A Dcp0.c51 tcst = &cpu->active_tc.CP0_TCStatus; in sync_c0_status()
53 tcst = &cpu->tcs[tc].CP0_TCStatus; in sync_c0_status()
H A Dmachine.c92 VMSTATE_INT32(CP0_TCStatus, TCState),
/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c195 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 …]
/openbmc/qemu/target/mips/
H A Dinternal.h176 !(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()
H A Dcpu.h476 int32_t CP0_TCStatus; member
/openbmc/qemu/target/mips/tcg/
H A Dop_helper.c187 env->active_tc.CP0_TCStatus & (1 << CP0TCSt_DT)) { in helper_yield()