Lines Matching refs:current_tb
1132 TranslationBlock *current_tb = NULL;
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)
1221 env->current_tb = NULL;
1263 TranslationBlock *current_tb = NULL;
1278 current_tb = tb_find_pc(pc);
1285 if (current_tb == tb &&
1286 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1294 cpu_restore_state(current_tb, env, pc, puc);
1308 env->current_tb = NULL;
1777 tb = env->current_tb;
1781 env->current_tb = NULL;
2120 env->current_tb = NULL;
2174 env->current_tb = NULL;