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

  /external/qemu/
translate-all.c 1055 TranslationBlock *current_tb = NULL; local
1095 current_tb = NULL;
1098 current_tb = tb_find_pc(env->mem_io_pc);
1101 if (current_tb == tb &&
1102 (current_tb->cflags & CF_COUNT_MASK) != 1) {
1110 cpu_restore_state_from_tb(current_tb, env, env->mem_io_pc);
1197 TranslationBlock *current_tb = NULL; local
    [all...]
cputlb.c 56 env->current_tb = NULL;
105 env->current_tb = NULL;
cpu-exec.c 55 env->current_tb = NULL;
106 env->current_tb = tb;
109 env->current_tb = NULL;
589 infinite loop and becomes env->current_tb. Avoid
591 env->current_tb = tb;
625 env->current_tb = NULL;
    [all...]
exec.c 447 tb = env->current_tb;
451 env->current_tb = NULL;
    [all...]
  /external/qemu/include/exec/
cpu-defs.h 153 struct TranslationBlock *current_tb; /* currently executing TB */ \
exec-all.h 417 if (env->current_tb == NULL) {
  /external/qemu/include/qom/
cpu.h 75 struct TranslationBlock *current_tb; /* currently executing TB */ member in struct:CPUState

Completed in 53 milliseconds