Searched defs:tc_ptr (Results 1 - 3 of 3) sorted by relevance

/external/qemu/include/exec/
H A Dexec-all.h162 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/
H A Dcpu-exec.c108 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);
H A Dtranslate-all.c156 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
986 uint8_t *tc_ptr; local
1358 tb_find_pc(uintptr_t tc_ptr) argument
[all...]

Completed in 88 milliseconds