Lines Matching refs:current_tb
956 TranslationBlock *current_tb = NULL;
994 current_tb = NULL;
997 current_tb = tb_find_pc(env->mem_io_pc);
1000 if (current_tb == tb &&
1001 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1009 cpu_restore_state(current_tb, env, env->mem_io_pc);
1018 saved_tb = env->current_tb;
1019 env->current_tb = NULL;
1023 env->current_tb = saved_tb;
1024 if (env->interrupt_request && env->current_tb)
1044 env->current_tb = NULL;
1086 TranslationBlock *current_tb = NULL;
1101 current_tb = tb_find_pc(pc);
1108 if (current_tb == tb &&
1109 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1117 cpu_restore_state(current_tb, env, pc);
1131 env->current_tb = NULL;
1569 tb = env->current_tb;
1573 env->current_tb = NULL;
1796 env->current_tb = NULL;
1841 env->current_tb = NULL;