HomeSort by relevance Sort by last modified time
    Searched refs:CP0_TCSchedule (Results 1 - 3 of 3) sorted by null

  /external/qemu/target-mips/
machine.c 25 qemu_put_betls(f, &tc->CP0_TCSchedule);
172 qemu_get_betls(f, &tc->CP0_TCSchedule);
cpu.h 167 target_ulong CP0_TCSchedule;
op_helper.c 667 return env->active_tc.CP0_TCSchedule;
675 return env->active_tc.CP0_TCSchedule;
677 return env->tcs[other_tc].CP0_TCSchedule;
789 return env->active_tc.CP0_TCSchedule;
1020 env->active_tc.CP0_TCSchedule = arg1;
1028 env->active_tc.CP0_TCSchedule = arg1;
1030 env->tcs[other_tc].CP0_TCSchedule = arg1;
    [all...]

Completed in 873 milliseconds