Home
last modified time | relevance | path

Searched refs:CP0_Debug_tcstatus (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c444 tcstatus = other->active_tc.CP0_Debug_tcstatus; in helper_mftc0_debug()
446 tcstatus = other->tcs[other_tc].CP0_Debug_tcstatus; in helper_mftc0_debug()
1379 other->active_tc.CP0_Debug_tcstatus = val; in helper_mttc0_debug()
1381 other->tcs[other_tc].CP0_Debug_tcstatus = val; in helper_mttc0_debug()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c98 VMSTATE_INT32(CP0_Debug_tcstatus, TCState),
/openbmc/qemu/target/mips/
H A Dcpu.h498 int32_t CP0_Debug_tcstatus; member