Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dmachine.c24 qemu_put_betls(f, &tc->CP0_TCContext); in save_tc()
171 qemu_get_betls(f, &tc->CP0_TCContext); in load_tc()
Dop_helper.c652 return env->active_tc.CP0_TCContext; in helper_mfc0_tccontext()
660 return env->active_tc.CP0_TCContext; in helper_mftc0_tccontext()
662 return env->tcs[other_tc].CP0_TCContext; in helper_mftc0_tccontext()
784 return env->active_tc.CP0_TCContext; in helper_dmfc0_tccontext()
1005 env->active_tc.CP0_TCContext = arg1; in helper_mtc0_tccontext()
1013 env->active_tc.CP0_TCContext = arg1; in helper_mttc0_tccontext()
1015 env->tcs[other_tc].CP0_TCContext = arg1; in helper_mttc0_tccontext()
Dcpu.h166 target_ulong CP0_TCContext; member