Home
last modified time | relevance | path

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

/external/qemu/target-mips/
Dop_helper.c599 if (other_tc == env->current_tc) in helper_mftc0_tcstatus()
614 if (other_tc == env->current_tc) in helper_mftc0_tcbind()
629 if (other_tc == env->current_tc) in helper_mftc0_tcrestart()
644 if (other_tc == env->current_tc) in helper_mftc0_tchalt()
659 if (other_tc == env->current_tc) in helper_mftc0_tccontext()
674 if (other_tc == env->current_tc) in helper_mftc0_tcschedule()
689 if (other_tc == env->current_tc) in helper_mftc0_tcschefback()
705 if (other_tc == env->current_tc) in helper_mftc0_entryhi()
719 if (other_tc == env->current_tc) in helper_mftc0_status()
761 if (other_tc == env->current_tc) in helper_mftc0_debug()
[all …]
Dmachine.c81 qemu_put_be32s(f, &env->current_tc); in cpu_save()
232 qemu_get_be32s(f, &env->current_tc); in cpu_load()
Dcpu.h177 uint32_t current_tc; member
Dtranslate.c8635 env->current_tc = 0; in cpu_reset()