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

/vbox/src/recompiler/
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);

Completed in 82 milliseconds