Home
last modified time | relevance | path

Searched refs:exit_tb (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/target/riscv/insn_trans/
H A Dtrans_privileged.c.inc84 exit_tb(ctx); /* no chaining */
101 exit_tb(ctx); /* no chaining */
H A Dtrans_rvi.c.inc860 exit_tb(ctx);
884 exit_tb(ctx);
895 exit_tb(ctx);
/openbmc/qemu/docs/devel/
H A Dtcg.rst68 ``goto_tb + exit_tb``
112 For the ``goto_tb + exit_tb`` mechanism to be used, the following
H A Dtcg-ops.rst664 * - exit_tb *t0*
681 goto_ptr opcode, emitting this op is equivalent to emitting exit_tb(0).
/openbmc/qemu/include/tcg/
H A Dtcg-opc.h196 DEF(exit_tb, 0, 0, 1, TCG_OPF_BB_EXIT | TCG_OPF_BB_END)
/openbmc/qemu/target/riscv/
H A Dtranslate.c281 static void exit_tb(DisasContext *ctx) in exit_tb() function
/openbmc/qemu/tcg/tci/
H A Dtcg-target.c.inc270 /* Special case for exit_tb: map null -> 0. */
/openbmc/qemu/tcg/mips/
H A Dtcg-target.c.inc2441 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,
/openbmc/qemu/tcg/arm/
H A Dtcg-target.c.inc2985 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,
/openbmc/qemu/tcg/aarch64/
H A Dtcg-target.c.inc3250 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,
/openbmc/qemu/tcg/s390x/
H A Dtcg-target.c.inc3579 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,
/openbmc/qemu/tcg/i386/
H A Dtcg-target.c.inc4392 * Return path for goto_ptr. Set return value to 0, a-la exit_tb,