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

  /external/qemu/include/qom/
cpu.h 75 struct TranslationBlock *current_tb; /* currently executing TB */ member in struct:CPUState
  /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...]

Completed in 351 milliseconds