Searched refs:do_transaction_failed (Results 1 – 14 of 14) sorted by relevance
/openbmc/qemu/include/hw/core/ |
H A D | tcg-cpu-ops.h | 174 void (*do_transaction_failed)(CPUState *cpu, hwaddr physaddr, vaddr addr, member
|
/openbmc/qemu/target/alpha/ |
H A D | cpu.c | 235 .do_transaction_failed = alpha_cpu_do_transaction_failed,
|
/openbmc/qemu/target/hppa/ |
H A D | cpu.c | 234 .do_transaction_failed = hppa_cpu_do_transaction_failed,
|
/openbmc/qemu/target/xtensa/ |
H A D | cpu.c | 239 .do_transaction_failed = xtensa_cpu_do_transaction_failed,
|
/openbmc/qemu/target/arm/tcg/ |
H A D | cpu-v7m.c | 249 .do_transaction_failed = arm_cpu_do_transaction_failed,
|
/openbmc/qemu/target/microblaze/ |
H A D | cpu.c | 432 .do_transaction_failed = mb_cpu_transaction_failed,
|
/openbmc/qemu/target/m68k/ |
H A D | cpu.c | 557 .do_transaction_failed = m68k_cpu_transaction_failed,
|
/openbmc/qemu/target/mips/ |
H A D | cpu.c | 563 .do_transaction_failed = mips_cpu_do_transaction_failed,
|
/openbmc/qemu/target/sparc/ |
H A D | cpu.c | 939 .do_transaction_failed = sparc_cpu_do_transaction_failed,
|
/openbmc/qemu/target/loongarch/ |
H A D | cpu.c | 805 .do_transaction_failed = loongarch_cpu_do_transaction_failed,
|
/openbmc/qemu/target/riscv/tcg/ |
H A D | tcg-cpu.c | 145 .do_transaction_failed = riscv_cpu_do_transaction_failed,
|
/openbmc/qemu/accel/tcg/ |
H A D | cputlb.c | 1286 && cpu->cc->tcg_ops->do_transaction_failed) { in io_failed() 1289 cpu->cc->tcg_ops->do_transaction_failed(cpu, physaddr, addr, size, in io_failed()
|
/openbmc/qemu/target/arm/ |
H A D | cpu.c | 2687 .do_transaction_failed = arm_cpu_do_transaction_failed,
|
/openbmc/qemu/target/ppc/ |
H A D | cpu_init.c | 7432 .do_transaction_failed = ppc_cpu_do_transaction_failed,
|