/openbmc/qemu/include/exec/ |
H A D | translator.h | 135 void (*tb_stop)(DisasContextBase *db, CPUState *cpu); member
|
/openbmc/qemu/target/loongarch/tcg/ |
H A D | translate.c | 333 .tb_stop = loongarch_tr_tb_stop,
|
/openbmc/qemu/accel/tcg/ |
H A D | translator.c | 198 ops->tb_stop(db, cpu); in translator_loop()
|
/openbmc/linux/drivers/thunderbolt/ |
H A D | tb.c | 2615 static void tb_stop(struct tb *tb) in tb_stop() function 2949 .stop = tb_stop,
|
/openbmc/qemu/target/hexagon/ |
H A D | translate.c | 1083 .tb_stop = hexagon_tr_tb_stop,
|
/openbmc/qemu/target/riscv/ |
H A D | translate.c | 1345 .tb_stop = riscv_tr_tb_stop,
|
/openbmc/qemu/target/openrisc/ |
H A D | translate.c | 1645 .tb_stop = openrisc_tr_tb_stop,
|
/openbmc/qemu/target/microblaze/ |
H A D | translate.c | 1778 .tb_stop = mb_tr_tb_stop,
|
/openbmc/qemu/target/avr/ |
H A D | translate.c | 2794 .tb_stop = avr_tr_tb_stop,
|
/openbmc/qemu/target/sh4/ |
H A D | translate.c | 2317 .tb_stop = sh4_tr_tb_stop,
|
/openbmc/qemu/target/rx/ |
H A D | translate.c | 2257 .tb_stop = rx_tr_tb_stop,
|
/openbmc/qemu/target/alpha/ |
H A D | translate.c | 2954 .tb_stop = alpha_tr_tb_stop,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | translate.c | 8126 .tb_stop = arm_tr_tb_stop, 8134 .tb_stop = arm_tr_tb_stop,
|
H A D | translate-a64.c | 11958 .tb_stop = aarch64_tr_tb_stop,
|
/openbmc/qemu/target/i386/tcg/ |
H A D | translate.c | 3813 .tb_stop = i386_tr_tb_stop,
|
/openbmc/qemu/target/hppa/ |
H A D | translate.c | 4865 .tb_stop = hppa_tr_tb_stop,
|
/openbmc/qemu/target/m68k/ |
H A D | translate.c | 6117 .tb_stop = m68k_tr_tb_stop,
|
/openbmc/qemu/target/sparc/ |
H A D | translate.c | 5808 .tb_stop = sparc_tr_tb_stop,
|
/openbmc/qemu/target/ppc/ |
H A D | translate.c | 6668 .tb_stop = ppc_tr_tb_stop,
|
/openbmc/qemu/target/xtensa/ |
H A D | translate.c | 1227 .tb_stop = xtensa_tr_tb_stop,
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | translate.c | 6479 .tb_stop = s390x_tr_tb_stop,
|
/openbmc/qemu/target/tricore/ |
H A D | translate.c | 8459 .tb_stop = tricore_tr_tb_stop,
|
/openbmc/qemu/target/mips/tcg/ |
H A D | translate.c | 15231 .tb_stop = mips_tr_tb_stop,
|