Searched refs:CP0_TCContext (Results 1 – 3 of 3) sorted by relevance
24 qemu_put_betls(f, &tc->CP0_TCContext); in save_tc()171 qemu_get_betls(f, &tc->CP0_TCContext); in load_tc()
652 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()
166 target_ulong CP0_TCContext; member