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

  /external/qemu/target-mips/
machine.c 23 qemu_put_betls(f, &tc->CP0_TCHalt);
170 qemu_get_betls(f, &tc->CP0_TCHalt);
op_helper.c 844 return env->active_tc.CP0_TCHalt;
853 return other->active_tc.CP0_TCHalt;
855 return other->tcs[other_tc].CP0_TCHalt;
975 return env->active_tc.CP0_TCHalt;
    [all...]
cpu.h 173 target_ulong CP0_TCHalt;

Completed in 32 milliseconds