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

  /external/qemu/include/exec/
exec-all.h 162 uint8_t *tc_ptr; /* pointer to the translated code */ member in struct:TranslationBlock
292 tb_set_jmp_target1((uintptr_t)(tb->tc_ptr + offset), addr);
295 tb_set_jmp_target1((uintptr_t)(tb->tc_ptr + offset), addr);
315 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc_ptr);
  /external/qemu/
translate-all.c 156 gen_code_buf = tb->tc_ptr;
188 log_disas(tb->tc_ptr, *gen_code_size_ptr);
203 uintptr_t tc_ptr; local
223 tc_ptr = (uintptr_t)tb->tc_ptr;
224 if (searched_pc < tc_ptr)
235 j = tcg_gen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr);
678 tcg_ctx.code_gen_ptr = tb->tc_ptr;
863 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]))
986 uint8_t *tc_ptr; local
    [all...]
cpu-exec.c 108 next_tb = tcg_qemu_tb_exec(env, tb->tc_ptr);
239 uint8_t *tc_ptr; local
576 (long)tb->tc_ptr, tb->pc,
594 tc_ptr = tb->tc_ptr;
596 next_tb = tcg_qemu_tb_exec(env, tc_ptr);
    [all...]

Completed in 70 milliseconds