Home | History | Annotate | Download | only in qemu

Lines Matching refs:tb_find_pc

257     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)
1412 tb = tb_find_pc(env->mem_io_pc);
1507 tb = tb_find_pc(retaddr);