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);
op_helper.c 876 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;
    [all...]
cpu.h 175 target_ulong CP0_TCSchedule;

Completed in 35 milliseconds