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);
op_helper.c 860 return env->active_tc.CP0_TCContext;
869 return other->active_tc.CP0_TCContext;
871 return other->tcs[other_tc].CP0_TCContext;
980 return env->active_tc.CP0_TCContext;
    [all...]
cpu.h 174 target_ulong CP0_TCContext;

Completed in 38 milliseconds