Home
last modified time | relevance | path

Searched refs:CP0TCSt_TDS (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c723 env->active_tc.CP0_TCStatus &= ~(1 << CP0TCSt_TDS); in helper_mtc0_tcrestart()
736 other->active_tc.CP0_TCStatus &= ~(1 << CP0TCSt_TDS); in helper_mttc0_tcrestart()
742 other->tcs[other_tc].CP0_TCStatus &= ~(1 << CP0TCSt_TDS); in helper_mttc0_tcrestart()
/openbmc/qemu/target/mips/
H A Dcpu.h483 #define CP0TCSt_TDS 21 macro