Searched refs:current_tb (Results 1 - 5 of 5) sorted by relevance

/vbox/src/recompiler/
H A Dcpu-defs.h172 struct TranslationBlock *current_tb; /* currently executing TB */ \
H A Dqemu-timer.h250 if (!env->current_tb)
H A Dcpu-exec.c70 env->current_tb = NULL;
123 env->current_tb = tb;
130 env->current_tb = NULL;
298 env->current_tb = NULL; /* probably not needed, but whatever... */
766 infinite loop and becomes env->current_tb. Avoid
768 env->current_tb = tb;
820 env->current_tb = NULL;
826 /* NULL the current_tb here so cpu_interrupt() doesn't do anything
830 env->current_tb = NULL;
H A Dexec.c1132 TranslationBlock *current_tb = NULL; local
1170 current_tb = NULL;
1173 current_tb = tb_find_pc(env->mem_io_pc);
1176 if (current_tb == tb &&
1177 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1185 cpu_restore_state(current_tb, env,
1195 saved_tb = env->current_tb;
1196 env->current_tb = NULL;
1200 env->current_tb = saved_tb;
1201 if (env->interrupt_request && env->current_tb)
1263 TranslationBlock *current_tb = NULL; local
[all...]
/vbox/src/recompiler/target-i386/
H A Dop_helper.c6000 current = env->current_tb;
6001 env->current_tb = NULL;
6029 env->current_tb = tb;
6061 env->current_tb = current;

Completed in 1614 milliseconds