Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c29 int32_t tcstatus, *tcst; in sync_c0_status() local
45 tcstatus = cu << CP0TCSt_TCU0; in sync_c0_status()
46 tcstatus |= mx << CP0TCSt_TMX; in sync_c0_status()
47 tcstatus |= ksu << CP0TCSt_TKSU; in sync_c0_status()
48 tcstatus |= asid; in sync_c0_status()
57 *tcst |= tcstatus; in sync_c0_status()
/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c440 int32_t tcstatus; in helper_mftc0_debug() local
444 tcstatus = other->active_tc.CP0_Debug_tcstatus; in helper_mftc0_debug()
446 tcstatus = other->tcs[other_tc].CP0_Debug_tcstatus; in helper_mftc0_debug()
451 (tcstatus & ((1 << CP0DB_SSt) | (1 << CP0DB_Halt))); in helper_mftc0_debug()