Home
last modified time | relevance | path

Searched refs:synchronize_from_tb (Results 1 – 18 of 18) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h38 void (*synchronize_from_tb)(CPUState *cpu, const TranslationBlock *tb); member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c111 .synchronize_from_tb = x86_cpu_synchronize_from_tb,
/openbmc/qemu/target/tricore/
H A Dcpu.c174 .synchronize_from_tb = tricore_cpu_synchronize_from_tb,
/openbmc/qemu/target/rx/
H A Dcpu.c196 .synchronize_from_tb = rx_cpu_synchronize_from_tb,
/openbmc/qemu/target/alpha/
H A Dcpu.c224 .synchronize_from_tb = alpha_cpu_synchronize_from_tb,
/openbmc/qemu/target/hppa/
H A Dcpu.c225 .synchronize_from_tb = hppa_cpu_synchronize_from_tb,
/openbmc/qemu/target/sh4/
H A Dcpu.c251 .synchronize_from_tb = superh_cpu_synchronize_from_tb,
/openbmc/qemu/target/openrisc/
H A Dcpu.c236 .synchronize_from_tb = openrisc_cpu_synchronize_from_tb,
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c482 if (tcg_ops->synchronize_from_tb) { in cpu_tb_exec()
483 tcg_ops->synchronize_from_tb(cpu, last_tb); in cpu_tb_exec()
/openbmc/qemu/target/hexagon/
H A Dcpu.c326 .synchronize_from_tb = hexagon_cpu_synchronize_from_tb,
/openbmc/qemu/target/avr/
H A Dcpu.c210 .synchronize_from_tb = avr_cpu_synchronize_from_tb,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c237 .synchronize_from_tb = arm_cpu_synchronize_from_tb,
/openbmc/qemu/target/microblaze/
H A Dcpu.c424 .synchronize_from_tb = mb_cpu_synchronize_from_tb,
/openbmc/qemu/target/mips/
H A Dcpu.c555 .synchronize_from_tb = mips_cpu_synchronize_from_tb,
/openbmc/qemu/target/sparc/
H A Dcpu.c931 .synchronize_from_tb = sparc_cpu_synchronize_from_tb,
/openbmc/qemu/target/loongarch/
H A Dcpu.c797 .synchronize_from_tb = loongarch_cpu_synchronize_from_tb,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c137 .synchronize_from_tb = riscv_cpu_synchronize_from_tb,
/openbmc/qemu/target/arm/
H A Dcpu.c2675 .synchronize_from_tb = arm_cpu_synchronize_from_tb,