Home
last modified time | relevance | path

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

/openbmc/qemu/target/mips/tcg/system/
H A Dcp0_helper.c123 *tc = env->current_tc; in mips_cpu_map_tc()
194 if (tc == cpu->current_tc) { in sync_c0_entryhi()
260 if (other_tc == other->current_tc) { in helper_mftc0_tcstatus()
277 if (other_tc == other->current_tc) { in helper_mftc0_tcbind()
294 if (other_tc == other->current_tc) { in helper_mftc0_tcrestart()
311 if (other_tc == other->current_tc) { in helper_mftc0_tchalt()
328 if (other_tc == other->current_tc) { in helper_mftc0_tccontext()
345 if (other_tc == other->current_tc) { in helper_mftc0_tcschedule()
362 if (other_tc == other->current_tc) { in helper_mftc0_tcschefback()
444 if (other_tc == other->current_tc) { in helper_mftc0_debug()
[all …]
/openbmc/qemu/target/mips/system/
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.c222 env->current_tc = 0; in mips_cpu_reset_hold()