Searched refs:last_tb (Results 1 – 2 of 2) sorted by relevance
450 TranslationBlock *last_tb; in cpu_tb_exec() local469 last_tb = tcg_splitwx_to_rw((void *)(ret & ~TB_EXIT_MASK)); in cpu_tb_exec()472 trace_exec_tb_exit(last_tb, *tb_exit); in cpu_tb_exec()483 tcg_ops->synchronize_from_tb(cpu, last_tb); in cpu_tb_exec()485 tcg_debug_assert(!(tb_cflags(last_tb) & CF_PCREL)); in cpu_tb_exec()487 cc->set_pc(cpu, last_tb->pc); in cpu_tb_exec()490 vaddr pc = log_pc(cpu, last_tb); in cpu_tb_exec()494 last_tb->tc.ptr, pc, lookup_symbol(pc)); in cpu_tb_exec()509 return last_tb; in cpu_tb_exec()788 TranslationBlock **last_tb) in cpu_handle_interrupt() argument[all …]
7 exec_tb_exit(void *last_tb, unsigned int flags) "tb:%p flags=0x%x"