/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 47 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb, member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 112 .restore_state_to_opc = x86_restore_state_to_opc,
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 175 .restore_state_to_opc = tricore_restore_state_to_opc,
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 197 .restore_state_to_opc = rx_restore_state_to_opc,
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 225 .restore_state_to_opc = alpha_restore_state_to_opc,
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 226 .restore_state_to_opc = hppa_restore_state_to_opc,
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 232 .restore_state_to_opc = xtensa_restore_state_to_opc,
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 252 .restore_state_to_opc = superh_restore_state_to_opc,
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 237 .restore_state_to_opc = openrisc_restore_state_to_opc,
|
/openbmc/qemu/target/s390x/ |
H A D | cpu.c | 361 .restore_state_to_opc = s390x_restore_state_to_opc,
|
/openbmc/qemu/target/hexagon/ |
H A D | cpu.c | 327 .restore_state_to_opc = hexagon_restore_state_to_opc,
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 211 .restore_state_to_opc = avr_restore_state_to_opc,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 239 .restore_state_to_opc = arm_restore_state_to_opc,
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 425 .restore_state_to_opc = mb_restore_state_to_opc,
|
/openbmc/qemu/accel/tcg/ |
H A D | translate-all.c | 221 cpu->cc->tcg_ops->restore_state_to_opc(cpu, tb, data); in cpu_restore_state_from_tb()
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 550 .restore_state_to_opc = m68k_restore_state_to_opc,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 556 .restore_state_to_opc = mips_restore_state_to_opc,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 932 .restore_state_to_opc = sparc_restore_state_to_opc,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 798 .restore_state_to_opc = loongarch_restore_state_to_opc,
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 138 .restore_state_to_opc = riscv_restore_state_to_opc,
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2677 .restore_state_to_opc = arm_restore_state_to_opc,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7420 .restore_state_to_opc = ppc_restore_state_to_opc,
|