Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c27 qemu_put_sbe32s(f, &tc->CP0_Debug_tcstatus); in save_tc()
174 qemu_get_sbe32s(f, &tc->CP0_Debug_tcstatus); in load_tc()
Dcpu.h169 int32_t CP0_Debug_tcstatus; member
Dop_helper.c762 tcstatus = env->active_tc.CP0_Debug_tcstatus; in helper_mftc0_debug()
764 tcstatus = env->tcs[other_tc].CP0_Debug_tcstatus; in helper_mftc0_debug()
1294 env->active_tc.CP0_Debug_tcstatus = val; in helper_mttc0_debug()
1296 env->tcs[other_tc].CP0_Debug_tcstatus = val; in helper_mttc0_debug()