Home
last modified time | relevance | path

Searched refs:current_tc (Results 1 – 5 of 5) sorted by relevance

/openbmc/qemu/target/mips/tcg/sysemu/
H A Dcp0_helper.c122 *tc = env->current_tc; in mips_cpu_map_tc()
193 if (tc == cpu->current_tc) { in sync_c0_entryhi()
259 if (other_tc == other->current_tc) { in helper_mftc0_tcstatus()
276 if (other_tc == other->current_tc) { in helper_mftc0_tcbind()
293 if (other_tc == other->current_tc) { in helper_mftc0_tcrestart()
310 if (other_tc == other->current_tc) { in helper_mftc0_tchalt()
327 if (other_tc == other->current_tc) { in helper_mftc0_tccontext()
344 if (other_tc == other->current_tc) { in helper_mftc0_tcschedule()
361 if (other_tc == other->current_tc) { in helper_mftc0_tcschefback()
443 if (other_tc == other->current_tc) { in helper_mftc0_debug()
[all …]
/openbmc/qemu/target/mips/sysemu/
H A Dcp0.c50 if (tc == cpu->current_tc) { in sync_c0_status()
88 sync_c0_status(env, env, env->current_tc); in cpu_mips_store_status()
H A Dmachine.c244 VMSTATE_UINT32(env.current_tc, MIPSCPU),
/openbmc/qemu/target/mips/
H A Dcpu.h532 uint32_t current_tc; member
H A Dcpu.c224 env->current_tc = 0; in mips_cpu_reset_hold()