Home
last modified time | relevance | path

Searched refs:CP0_TCContext (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c319 return env->active_tc.CP0_TCContext; in helper_mfc0_tccontext()
328 return other->active_tc.CP0_TCContext; in helper_mftc0_tccontext()
330 return other->tcs[other_tc].CP0_TCContext; in helper_mftc0_tccontext()
467 return env->active_tc.CP0_TCContext; in helper_dmfc0_tccontext()
786 env->active_tc.CP0_TCContext = arg1; in helper_mtc0_tccontext()
795 other->active_tc.CP0_TCContext = arg1; in helper_mttc0_tccontext()
797 other->tcs[other_tc].CP0_TCContext = arg1; in helper_mttc0_tccontext()
/openbmc/qemu/target/mips/sysemu/
H A Dmachine.c95 VMSTATE_UINTTL(CP0_TCContext, TCState),
/openbmc/qemu/target/mips/
H A Dcpu.h495 target_ulong CP0_TCContext; member