Searched refs:tb_next (Results 1 – 9 of 9) sorted by relevance
124 s->tb_next = NULL; in cpu_gen_code()131 s->tb_next = tb->tb_next; in cpu_gen_code()205 s->tb_next = NULL; in cpu_restore_state()208 s->tb_next = tb->tb_next; in cpu_restore_state()
149 unsigned long tb_next[2]; /* address of jump generated code */ member320 tb->tb_next[n] = addr; in tb_set_jmp_target()326 TranslationBlock *tb_next) in tb_add_jump() argument331 tb_set_jmp_target(tb, n, (unsigned long)tb_next->tc_ptr); in tb_add_jump()334 tb->jmp_next[n] = tb_next->jmp_first; in tb_add_jump()335 tb_next->jmp_first = (TranslationBlock *)((long)(tb) | (n)); in tb_add_jump()
950 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local980 tb_next = tb->page_next[n]; in tb_invalidate_phys_page_range()1029 tb = tb_next; in tb_invalidate_phys_page_range()1300 TranslationBlock *tb1, *tb_next, **ptb; in tb_reset_jump_recursive2() local1314 tb_next = tb1; in tb_reset_jump_recursive2()1317 ptb = &tb_next->jmp_first; in tb_reset_jump_recursive2()1333 tb_reset_jump_recursive(tb_next); in tb_reset_jump_recursive2()
284 unsigned long *tb_next; member
1446 c = (int) (s->tb_next + args[0]) - ((int) s->code_ptr + 8); in tcg_out_op()1449 (tcg_target_long) (s->tb_next + args[0])); in tcg_out_op()1456 tcg_out32(s, (tcg_target_long) (s->tb_next + args[0])); in tcg_out_op()
1138 tcg_out_ld_ptr(s, TCG_REG_I5, (tcg_target_long)(s->tb_next + args[0])); in tcg_out_op()1152 (tcg_target_long)(s->tb_next + args[0])); in tcg_out_op()
926 (tcg_target_long)(s->tb_next + in tcg_out_op()
1250 (tcg_target_long)(s->tb_next + arg)); in tcg_out_goto_tb()
1461 (tcg_target_long)(s->tb_next + args[0])); in tcg_out_op()