Searched refs:tb_find_pc (Results 1 - 4 of 4) sorted by relevance

/vbox/src/recompiler/
H A Dexec-all.h295 TranslationBlock *tb_find_pc(uintptr_t pc_ptr);
H A Dexec.c1173 current_tb = tb_find_pc(env->mem_io_pc);
1278 current_tb = tb_find_pc(pc);
1438 TranslationBlock *tb_find_pc(uintptr_t tc_ptr) function
3483 tb = tb_find_pc(env->mem_io_pc);
4459 tb = tb_find_pc((uintptr_t)retaddr);
H A Dcpu-exec.c972 tb = tb_find_pc(pc);
/vbox/src/recompiler/target-i386/
H A Dop_helper.c5793 tb = tb_find_pc(pc);

Completed in 79 milliseconds