Home
last modified time | relevance | path

Searched refs:tb_next (Results 1 – 9 of 9) sorted by relevance

/external/qemu/
Dtranslate-all.c124 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()
Dexec-all.h149 unsigned long tb_next[2]; /* address of jump generated code */ member
320 tb->tb_next[n] = addr; in tb_set_jmp_target()
326 TranslationBlock *tb_next) in tb_add_jump() argument
331 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()
Dexec.c950 TranslationBlock *tb, *tb_next, *saved_tb; in tb_invalidate_phys_page_range() local
980 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() local
1314 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()
/external/qemu/tcg/
Dtcg.h284 unsigned long *tb_next; member
/external/qemu/tcg/arm/
Dtcg-target.c1446 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()
/external/qemu/tcg/sparc/
Dtcg-target.c1138 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()
/external/qemu/tcg/x86_64/
Dtcg-target.c926 (tcg_target_long)(s->tb_next + in tcg_out_op()
/external/qemu/tcg/hppa/
Dtcg-target.c1250 (tcg_target_long)(s->tb_next + arg)); in tcg_out_goto_tb()
/external/qemu/tcg/i386/
Dtcg-target.c1461 (tcg_target_long)(s->tb_next + args[0])); in tcg_out_op()