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);
171 qemu_get_betls(f, &tc->CP0_TCHalt);
cpu.h 166 target_ulong CP0_TCHalt;
op_helper.c 637 return env->active_tc.CP0_TCHalt;
645 return env->active_tc.CP0_TCHalt;
647 return env->tcs[other_tc].CP0_TCHalt;
779 return env->active_tc.CP0_TCHalt;
986 env->active_tc.CP0_TCHalt = arg1 & 0x1;
998 env->active_tc.CP0_TCHalt = arg1;
1000 env->tcs[other_tc].CP0_TCHalt = arg1;
    [all...]

Completed in 103 milliseconds