Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c23 qemu_put_betls(f, &tc->CP0_TCHalt); in save_tc()
170 qemu_get_betls(f, &tc->CP0_TCHalt); in load_tc()
Dop_helper.c637 return env->active_tc.CP0_TCHalt; in helper_mfc0_tchalt()
645 return env->active_tc.CP0_TCHalt; in helper_mftc0_tchalt()
647 return env->tcs[other_tc].CP0_TCHalt; in helper_mftc0_tchalt()
779 return env->active_tc.CP0_TCHalt; in helper_dmfc0_tchalt()
986 env->active_tc.CP0_TCHalt = arg1 & 0x1; in helper_mtc0_tchalt()
998 env->active_tc.CP0_TCHalt = arg1; in helper_mttc0_tchalt()
1000 env->tcs[other_tc].CP0_TCHalt = arg1; in helper_mttc0_tchalt()
Dcpu.h165 target_ulong CP0_TCHalt; member