Home
last modified time | relevance | path

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

/qemu/target/cris/
H A Dcpu.c184 .restore_state_to_opc = cris_restore_state_to_opc,
195 .restore_state_to_opc = cris_restore_state_to_opc,
/qemu/include/hw/core/
H A Dtcg-cpu-ops.h46 void (*restore_state_to_opc)(CPUState *cpu, const TranslationBlock *tb, member
/qemu/target/i386/tcg/
H A Dtcg-cpu.c112 .restore_state_to_opc = x86_restore_state_to_opc,
/qemu/target/tricore/
H A Dcpu.c170 .restore_state_to_opc = tricore_restore_state_to_opc,
/qemu/target/rx/
H A Dcpu.c190 .restore_state_to_opc = rx_restore_state_to_opc,
/qemu/target/alpha/
H A Dcpu.c214 .restore_state_to_opc = alpha_restore_state_to_opc,
/qemu/target/hppa/
H A Dcpu.c226 .restore_state_to_opc = hppa_restore_state_to_opc,
/qemu/target/xtensa/
H A Dcpu.c232 .restore_state_to_opc = xtensa_restore_state_to_opc,
/qemu/target/sh4/
H A Dcpu.c252 .restore_state_to_opc = superh_restore_state_to_opc,
/qemu/target/openrisc/
H A Dcpu.c231 .restore_state_to_opc = openrisc_restore_state_to_opc,
/qemu/target/s390x/
H A Dcpu.c365 .restore_state_to_opc = s390x_restore_state_to_opc,
/qemu/target/arm/tcg/
H A Dcpu-v7m.c239 .restore_state_to_opc = arm_restore_state_to_opc,
/qemu/target/hexagon/
H A Dcpu.c329 .restore_state_to_opc = hexagon_restore_state_to_opc,
/qemu/target/avr/
H A Dcpu.c211 .restore_state_to_opc = avr_restore_state_to_opc,
/qemu/target/microblaze/
H A Dcpu.c411 .restore_state_to_opc = mb_restore_state_to_opc,
/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()
/qemu/target/m68k/
H A Dcpu.c534 .restore_state_to_opc = m68k_restore_state_to_opc,
/qemu/target/mips/
H A Dcpu.c553 .restore_state_to_opc = mips_restore_state_to_opc,
/qemu/target/sparc/
H A Dcpu.c924 .restore_state_to_opc = sparc_restore_state_to_opc,
/qemu/target/loongarch/
H A Dcpu.c734 .restore_state_to_opc = loongarch_restore_state_to_opc,
/qemu/target/riscv/tcg/
H A Dtcg-cpu.c135 .restore_state_to_opc = riscv_restore_state_to_opc,
/qemu/target/arm/
H A Dcpu.c2659 .restore_state_to_opc = arm_restore_state_to_opc,
/qemu/target/ppc/
H A Dcpu_init.c7477 .restore_state_to_opc = ppc_restore_state_to_opc,