Home
last modified time | relevance | path

Searched refs:restore_state_to_opc (Results 1 – 22 of 22) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h47 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb, member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c112 .restore_state_to_opc = x86_restore_state_to_opc,
/openbmc/qemu/target/tricore/
H A Dcpu.c175 .restore_state_to_opc = tricore_restore_state_to_opc,
/openbmc/qemu/target/rx/
H A Dcpu.c197 .restore_state_to_opc = rx_restore_state_to_opc,
/openbmc/qemu/target/alpha/
H A Dcpu.c225 .restore_state_to_opc = alpha_restore_state_to_opc,
/openbmc/qemu/target/hppa/
H A Dcpu.c226 .restore_state_to_opc = hppa_restore_state_to_opc,
/openbmc/qemu/target/xtensa/
H A Dcpu.c232 .restore_state_to_opc = xtensa_restore_state_to_opc,
/openbmc/qemu/target/sh4/
H A Dcpu.c252 .restore_state_to_opc = superh_restore_state_to_opc,
/openbmc/qemu/target/openrisc/
H A Dcpu.c237 .restore_state_to_opc = openrisc_restore_state_to_opc,
/openbmc/qemu/target/s390x/
H A Dcpu.c361 .restore_state_to_opc = s390x_restore_state_to_opc,
/openbmc/qemu/target/hexagon/
H A Dcpu.c327 .restore_state_to_opc = hexagon_restore_state_to_opc,
/openbmc/qemu/target/avr/
H A Dcpu.c211 .restore_state_to_opc = avr_restore_state_to_opc,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c239 .restore_state_to_opc = arm_restore_state_to_opc,
/openbmc/qemu/target/microblaze/
H A Dcpu.c425 .restore_state_to_opc = mb_restore_state_to_opc,
/openbmc/qemu/accel/tcg/
H A Dtranslate-all.c221 cpu->cc->tcg_ops->restore_state_to_opc(cpu, tb, data); in cpu_restore_state_from_tb()
/openbmc/qemu/target/m68k/
H A Dcpu.c550 .restore_state_to_opc = m68k_restore_state_to_opc,
/openbmc/qemu/target/mips/
H A Dcpu.c556 .restore_state_to_opc = mips_restore_state_to_opc,
/openbmc/qemu/target/sparc/
H A Dcpu.c932 .restore_state_to_opc = sparc_restore_state_to_opc,
/openbmc/qemu/target/loongarch/
H A Dcpu.c798 .restore_state_to_opc = loongarch_restore_state_to_opc,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c138 .restore_state_to_opc = riscv_restore_state_to_opc,
/openbmc/qemu/target/arm/
H A Dcpu.c2677 .restore_state_to_opc = arm_restore_state_to_opc,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7420 .restore_state_to_opc = ppc_restore_state_to_opc,