Home | History | Annotate | Download | only in target-i386

Lines Matching defs:tb

4832     TranslationBlock *tb;
4847 tb = tb_find_pc(pc);
4848 if (tb) {
4851 cpu_restore_state(tb, env, pc);