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

  /external/qemu/target-mips/
machine.c 24 qemu_put_betls(f, &tc->CP0_TCContext);
171 qemu_get_betls(f, &tc->CP0_TCContext);
cpu.h 166 target_ulong CP0_TCContext;
op_helper.c 652 return env->active_tc.CP0_TCContext;
660 return env->active_tc.CP0_TCContext;
662 return env->tcs[other_tc].CP0_TCContext;
784 return env->active_tc.CP0_TCContext;
1005 env->active_tc.CP0_TCContext = arg1;
1013 env->active_tc.CP0_TCContext = arg1;
1015 env->tcs[other_tc].CP0_TCContext = arg1;
    [all...]

Completed in 20 milliseconds