Searched refs:tc_ptr (Results 1 - 5 of 5) sorted by relevance

/vbox/src/recompiler/
H A Dtranslate-all.c91 gen_code_buf = tb->tc_ptr;
123 log_disas(tb->tc_ptr, *gen_code_size_ptr);
139 uintptr_t tc_ptr; local
159 tc_ptr = (uintptr_t)tb->tc_ptr;
160 if (searched_pc < tc_ptr)
171 j = tcg_gen_code_search_pc(s, (uint8_t *)tc_ptr, searched_pc - tc_ptr);
H A Dexec-all.h167 uint8_t *tc_ptr; /* pointer to the translated code */ member in struct:TranslationBlock
267 tb_set_jmp_target1((uintptr_t)(tb->tc_ptr + offset), addr);
287 tb_set_jmp_target(tb, n, (uintptr_t)tb_next->tc_ptr);
H A Dcpu-exec.c126 tcg_qemu_tb_exec(tb->tc_ptr, next_tb);
128 next_tb = tcg_qemu_tb_exec(tb->tc_ptr);
238 uint8_t *tc_ptr; local
746 (void *)tb->tc_ptr, tb->pc,
771 tc_ptr = tb->tc_ptr;
781 Log5(("REM: tb=%p tc_ptr=%p %04x:%08RGv\n", tb, tc_ptr, env->segs[R_CS].selector, (RTGCPTR)env->eip));
783 tcg_qemu_tb_exec(tc_ptr, next_tb);
785 next_tb = tcg_qemu_tb_exec(tc_ptr);
[all...]
H A Dexec.c918 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));
1084 uint8_t *tc_ptr; local
1099 tc_ptr = code_gen_ptr;
1100 tb->tc_ptr = tc_ptr;
1391 code_gen_ptr = tb->tc_ptr;
1436 /* find the TB 'tb' such that tb[0].tc_ptr <= tc_ptr <
1437 tb[1].tc_ptr. Return NULL if not found */
1438 TranslationBlock *tb_find_pc(uintptr_t tc_ptr) argument
[all...]
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5982 tb_set_jmp_target(tb, n, (uintptr_t)(tb->tc_ptr + tb->tb_next_offset[n]));
5991 uint8_t *tc_ptr; local
6037 tc_ptr = tb->tc_ptr;
6041 tcg_qemu_tb_exec(tc_ptr, fake_ret);
6043 tcg_qemu_tb_exec(tc_ptr);

Completed in 2347 milliseconds