Searched refs:synchronize_from_tb (Results 1 – 18 of 18) sorted by relevance
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 38 void (*synchronize_from_tb)(CPUState *cpu, const TranslationBlock *tb); member
|
/openbmc/qemu/target/i386/tcg/ |
H A D | tcg-cpu.c | 111 .synchronize_from_tb = x86_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/tricore/ |
H A D | cpu.c | 174 .synchronize_from_tb = tricore_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/rx/ |
H A D | cpu.c | 196 .synchronize_from_tb = rx_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 224 .synchronize_from_tb = alpha_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 225 .synchronize_from_tb = hppa_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/sh4/ |
H A D | cpu.c | 251 .synchronize_from_tb = superh_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/openrisc/ |
H A D | cpu.c | 236 .synchronize_from_tb = openrisc_cpu_synchronize_from_tb,
|
/openbmc/qemu/accel/tcg/ |
H A D | cpu-exec.c | 482 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 D | cpu.c | 326 .synchronize_from_tb = hexagon_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/avr/ |
H A D | cpu.c | 210 .synchronize_from_tb = avr_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 237 .synchronize_from_tb = arm_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 424 .synchronize_from_tb = mb_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 555 .synchronize_from_tb = mips_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 931 .synchronize_from_tb = sparc_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 797 .synchronize_from_tb = loongarch_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 137 .synchronize_from_tb = riscv_cpu_synchronize_from_tb,
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2675 .synchronize_from_tb = arm_cpu_synchronize_from_tb,
|