HomeSort by relevance Sort by last modified time
    Searched refs:current_tb (Results 1 - 4 of 4) sorted by null

  /external/qemu/
cpu-defs.h 152 struct TranslationBlock *current_tb; /* currently executing TB */ \
exec.c 956 TranslationBlock *current_tb = NULL; local
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)
1086 TranslationBlock *current_tb = NULL; local
    [all...]
qemu-timer.h 324 if (!env->current_tb)
cpu-exec.c 60 env->current_tb = NULL;
113 env->current_tb = tb;
116 env->current_tb = NULL;
630 infinite loop and becomes env->current_tb. Avoid
632 env->current_tb = tb;
671 env->current_tb = NULL;
    [all...]

Completed in 94 milliseconds