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

/external/qemu/
H A Dtranslate-all.c257 tb = tb_find_pc(retaddr);
1098 current_tb = tb_find_pc(env->mem_io_pc);
1213 current_tb = tb_find_pc(pc);
1358 TranslationBlock *tb_find_pc(uintptr_t tc_ptr) function
1412 tb = tb_find_pc(env->mem_io_pc);
1507 tb = tb_find_pc(retaddr);

Completed in 79 milliseconds