Searched refs:CP0_TCSchedule (Results 1 - 3 of 3) sorted by relevance

/external/qemu/target-mips/
H A Dmachine.c25 qemu_put_betls(f, &tc->CP0_TCSchedule);
172 qemu_get_betls(f, &tc->CP0_TCSchedule);
H A Dop_helper.c876 return env->active_tc.CP0_TCSchedule;
885 return other->active_tc.CP0_TCSchedule;
887 return other->tcs[other_tc].CP0_TCSchedule;
985 return env->active_tc.CP0_TCSchedule;
1219 env->active_tc.CP0_TCSchedule = arg1;
1228 other->active_tc.CP0_TCSchedule = arg1;
1230 other->tcs[other_tc].CP0_TCSchedule = arg1;
H A Dcpu.h175 target_ulong CP0_TCSchedule; member in struct:TCState

Completed in 41 milliseconds