Lines Matching refs:next_tb
104 unsigned long next_tb; in cpu_exec_nocache() local
116 next_tb = tcg_qemu_tb_exec(tb->tc_ptr); in cpu_exec_nocache()
119 if ((next_tb & 3) == 2) { in cpu_exec_nocache()
250 unsigned long next_tb; in cpu_exec() local
386 next_tb = 0; /* force lookup of first TB */ in cpu_exec()
423 next_tb = 0; in cpu_exec()
429 next_tb = 0; in cpu_exec()
433 next_tb = 0; in cpu_exec()
453 next_tb = 0; in cpu_exec()
465 next_tb = 0; in cpu_exec()
479 next_tb = 0; in cpu_exec()
486 next_tb = 0; in cpu_exec()
495 next_tb = 0; in cpu_exec()
504 next_tb = 0; in cpu_exec()
518 next_tb = 0; in cpu_exec()
527 next_tb = 0; in cpu_exec()
543 next_tb = 0; in cpu_exec()
549 next_tb = 0; in cpu_exec()
554 next_tb = 0; in cpu_exec()
559 next_tb = 0; in cpu_exec()
567 next_tb = 0; in cpu_exec()
573 next_tb = 0; in cpu_exec()
586 next_tb = 0; in cpu_exec()
592 next_tb = 0; in cpu_exec()
601 next_tb = 0; in cpu_exec()
635 next_tb = 0; in cpu_exec()
646 if (next_tb != 0 && tb->page_addr[1] == -1) { in cpu_exec()
647 tb_add_jump((TranslationBlock *)(next_tb & ~3), next_tb & 3, tb); in cpu_exec()
665 next_tb = tcg_qemu_tb_exec(tc_ptr); in cpu_exec()
666 if ((next_tb & 3) == 2) { in cpu_exec()
669 tb = (TranslationBlock *)(long)(next_tb & ~3); in cpu_exec()
689 next_tb = 0; in cpu_exec()