/qemu/target/loongarch/tcg/ |
H A D | translate.c | 111 tcg_gen_exit_tb(ctx->base.tb, n); in gen_goto_tb() 323 tcg_gen_exit_tb(NULL, 0); in loongarch_tr_tb_stop()
|
/qemu/docs/devel/ |
H A D | tcg.rst | 84 3. Call ``tcg_gen_exit_tb()`` passing the address of the current TB and 91 ``tcg_gen_exit_tb()``, exits from the current TB returning a tagged 104 slots (the one specified in the call to ``tcg_gen_exit_tb()``) with the 121 Note that, on step 3 (``tcg_gen_exit_tb()``), in addition to the
|
/qemu/target/riscv/insn_trans/ |
H A D | trans_rvzawrs.c.inc | 37 tcg_gen_exit_tb(NULL, 0);
|
H A D | trans_privileged.c.inc | 134 tcg_gen_exit_tb(NULL, 0); /* no chaining */
|
H A D | trans_xthead.c.inc | 1002 tcg_gen_exit_tb(NULL, 0);
|
/qemu/target/sh4/ |
H A D | translate.c | 239 tcg_gen_exit_tb(ctx->base.tb, n); in gen_goto_tb() 243 tcg_gen_exit_tb(NULL, 0); in gen_goto_tb() 259 tcg_gen_exit_tb(NULL, 0); in gen_jump() 2292 tcg_gen_exit_tb(NULL, 0); in sh4_tr_tb_stop()
|
/qemu/accel/tcg/ |
H A D | translator.c | 102 tcg_gen_exit_tb(tb, TB_EXIT_REQUESTED); in gen_tb_end()
|
/qemu/target/hexagon/ |
H A D | translate.c | 144 tcg_gen_exit_tb(ctx->base.tb, idx); in gen_goto_tb() 1012 tcg_gen_exit_tb(NULL, 0); in hexagon_tr_tb_stop()
|
/qemu/target/riscv/ |
H A D | translate.c | 285 tcg_gen_exit_tb(NULL, 0); in exit_tb() 312 tcg_gen_exit_tb(ctx->base.tb, n); in gen_goto_tb()
|
/qemu/target/i386/tcg/ |
H A D | translate.c | 2307 tcg_gen_exit_tb(NULL, 0); in gen_eob() 2315 tcg_gen_exit_tb(NULL, 0); in gen_eob() 2365 tcg_gen_exit_tb(s->base.tb, tb_num); in gen_jmp_rel() 3253 tcg_gen_exit_tb(NULL, 0); in gen_multi0F()
|
/qemu/target/openrisc/ |
H A D | translate.c | 1625 tcg_gen_exit_tb(dc->base.tb, 0); in openrisc_tr_tb_stop() 1633 tcg_gen_exit_tb(NULL, 0); in openrisc_tr_tb_stop()
|
/qemu/target/microblaze/ |
H A D | translate.c | 124 tcg_gen_exit_tb(dc->base.tb, n); in gen_goto_tb() 1783 tcg_gen_exit_tb(NULL, 0); in mb_tr_tb_stop()
|
/qemu/target/avr/ |
H A D | translate.c | 991 tcg_gen_exit_tb(tb, n); in gen_goto_tb() 2785 tcg_gen_exit_tb(NULL, 0); in avr_tr_tb_stop()
|
/qemu/target/rx/ |
H A D | translate.c | 155 tcg_gen_exit_tb(dc->base.tb, n); in gen_goto_tb() 2243 tcg_gen_exit_tb(NULL, 0); in rx_tr_tb_stop()
|
/qemu/target/alpha/ |
H A D | translate.c | 452 tcg_gen_exit_tb(ctx->base.tb, idx); in gen_goto_tb() 2943 tcg_gen_exit_tb(NULL, 0); in alpha_tr_tb_stop()
|
/qemu/include/tcg/ |
H A D | tcg-op-common.h | 50 void tcg_gen_exit_tb(const TranslationBlock *tb, unsigned idx);
|
/qemu/target/hppa/ |
H A D | translate.c | 815 tcg_gen_exit_tb(ctx->base.tb, which); in gen_goto_tb() 2420 tcg_gen_exit_tb(NULL, 0); in do_rfi() 4824 tcg_gen_exit_tb(NULL, 0); in hppa_tr_tb_stop() 4832 tcg_gen_exit_tb(NULL, 0); in hppa_tr_tb_stop()
|
/qemu/target/arm/tcg/ |
H A D | translate.c | 812 tcg_gen_exit_tb(NULL, 0); in gen_bx_excret_final_code() 2539 tcg_gen_exit_tb(s->base.tb, n); in gen_goto_tb() 8068 tcg_gen_exit_tb(NULL, 0); in arm_tr_tb_stop() 8079 tcg_gen_exit_tb(NULL, 0); in arm_tr_tb_stop()
|
H A D | translate-a64.c | 498 tcg_gen_exit_tb(s->base.tb, n); in gen_goto_tb() 10344 tcg_gen_exit_tb(NULL, 0); in aarch64_tr_tb_stop() 10374 tcg_gen_exit_tb(NULL, 0); in aarch64_tr_tb_stop()
|
/qemu/target/s390x/tcg/ |
H A D | translate.c | 1087 tcg_gen_exit_tb(s->base.tb, 0); in help_goto_direct() 1161 tcg_gen_exit_tb(s->base.tb, 0); in help_branch() 1172 tcg_gen_exit_tb(s->base.tb, 1); in help_branch() 6446 tcg_gen_exit_tb(NULL, 0); in s390x_tr_tb_stop()
|
/qemu/target/m68k/ |
H A D | translate.c | 1400 tcg_gen_exit_tb(s->base.tb, n); in gen_jmp_tb() 1403 tcg_gen_exit_tb(NULL, 0); in gen_jmp_tb() 6105 tcg_gen_exit_tb(NULL, 0); in m68k_tr_tb_stop()
|
/qemu/tcg/ |
H A D | tcg-op.c | 3216 void tcg_gen_exit_tb(const TranslationBlock *tb, unsigned idx) in tcg_gen_exit_tb() function 3267 tcg_gen_exit_tb(NULL, 0); in tcg_gen_lookup_and_goto_ptr()
|
/qemu/target/ppc/ |
H A D | translate.c | 3665 tcg_gen_exit_tb(ctx->base.tb, n); in gen_goto_tb() 6656 tcg_gen_exit_tb(ctx->base.tb, 0); in ppc_tr_tb_stop() 6680 tcg_gen_exit_tb(NULL, 0); in ppc_tr_tb_stop()
|
/qemu/target/sparc/ |
H A D | translate.c | 374 tcg_gen_exit_tb(s->base.tb, tb_num); in gen_goto_tb() 5801 tcg_gen_exit_tb(NULL, 0); in sparc_tr_tb_stop() 5811 tcg_gen_exit_tb(NULL, 0); in sparc_tr_tb_stop()
|
/qemu/target/xtensa/ |
H A D | translate.c | 372 tcg_gen_exit_tb(dc->base.tb, slot); in gen_jump_slot() 374 tcg_gen_exit_tb(NULL, 0); in gen_jump_slot()
|