| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 62 void (*translate_code)(CPUState *cpu, TranslationBlock *tb, member
|
| /openbmc/qemu/target/tricore/ |
| H A D | cpu.c | 187 .translate_code = tricore_translate_code,
|
| /openbmc/qemu/target/i386/tcg/ |
| H A D | tcg-cpu.c | 168 .translate_code = x86_translate_code,
|
| /openbmc/qemu/target/rx/ |
| H A D | cpu.c | 221 .translate_code = rx_translate_code,
|
| /openbmc/qemu/target/alpha/ |
| H A D | cpu.c | 253 .translate_code = alpha_translate_code,
|
| /openbmc/qemu/target/openrisc/ |
| H A D | cpu.c | 259 .translate_code = openrisc_translate_code,
|
| /openbmc/qemu/target/hppa/ |
| H A D | cpu.c | 264 .translate_code = hppa_translate_code,
|
| /openbmc/qemu/target/sh4/ |
| H A D | cpu.c | 291 .translate_code = sh4_translate_code,
|
| /openbmc/qemu/target/s390x/ |
| H A D | cpu.c | 368 .translate_code = s390x_translate_code,
|
| /openbmc/qemu/target/arm/tcg/ |
| H A D | cpu-v7m.c | 246 .translate_code = arm_translate_code,
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.c | 313 .translate_code = xtensa_translate_code,
|
| /openbmc/qemu/target/hexagon/ |
| H A D | cpu.c | 346 .translate_code = hexagon_translate_code,
|
| /openbmc/qemu/target/avr/ |
| H A D | cpu.c | 243 .translate_code = avr_cpu_translate_code,
|
| /openbmc/qemu/accel/tcg/ |
| H A D | translate-all.c | 251 cs->cc->tcg_ops->translate_code(cs, tb, max_insns, pc, host_pc); in setjmp_gen_code() 333 * TODO: We don't need to re-do tcg_ops->translate_code, nor in tb_gen_code()
|
| H A D | cpu-exec.c | 1063 assert(tcg_ops->translate_code); in tcg_exec_unrealizefn()
|
| /openbmc/qemu/target/microblaze/ |
| H A D | cpu.c | 442 .translate_code = mb_translate_code,
|
| /openbmc/qemu/target/m68k/ |
| H A D | cpu.c | 615 .translate_code = m68k_translate_code,
|
| /openbmc/qemu/target/mips/ |
| H A D | cpu.c | 576 .translate_code = mips_translate_code,
|
| /openbmc/qemu/target/sparc/ |
| H A D | cpu.c | 1043 .translate_code = sparc_translate_code,
|
| /openbmc/qemu/target/loongarch/ |
| H A D | cpu.c | |
| /openbmc/qemu/target/riscv/tcg/ |
| H A D | tcg-cpu.c | 271 .translate_code = riscv_translate_code,
|
| /openbmc/qemu/target/arm/ |
| H A D | cpu.c | 2345 .translate_code = arm_translate_code, in arm_cpu_realizefn()
|
| /openbmc/qemu/target/ppc/ |
| H A D | cpu_init.c | 7494 .translate_code = ppc_translate_code,
|