Home
last modified time | relevance | path

Searched refs:other_tc (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c256 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcstatus() local
257 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcstatus()
259 if (other_tc == other->current_tc) { in helper_mftc0_tcstatus()
262 return other->tcs[other_tc].CP0_TCStatus; in helper_mftc0_tcstatus()
273 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcbind() local
274 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcbind()
276 if (other_tc == other->current_tc) { in helper_mftc0_tcbind()
279 return other->tcs[other_tc].CP0_TCBind; in helper_mftc0_tcbind()
290 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in helper_mftc0_tcrestart() local
291 CPUMIPSState *other = mips_cpu_map_tc(env, &other_tc); in helper_mftc0_tcrestart()
[all …]
/openbmc/qemu/target/mips/tcg/
H A Dtranslate.c8066 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mftr() local
8070 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mftr()
8290 int other_tc = env->CP0_VPEControl & (0xff << CP0VPECo_TargTC); in gen_mttr() local
8295 ((env->tcs[other_tc].CP0_TCBind & (0xf << CP0TCBd_CurVPE)) != in gen_mttr()