Home
last modified time | relevance | path

Searched refs:debug_excp_handler (Results 1 – 9 of 9) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dtcg-cpu-ops.h55 void (*debug_excp_handler)(CPUState *cpu); member
/openbmc/qemu/target/i386/tcg/
H A Dtcg-cpu.c125 .debug_excp_handler = breakpoint_handler,
/openbmc/qemu/target/xtensa/
H A Dcpu.c231 .debug_excp_handler = xtensa_breakpoint_handler,
/openbmc/qemu/accel/tcg/
H A Dcpu-exec.c706 if (tcg_ops->debug_excp_handler) { in cpu_handle_debug_exception()
707 tcg_ops->debug_excp_handler(cpu); in cpu_handle_debug_exception()
/openbmc/qemu/target/s390x/
H A Dcpu.c371 .debug_excp_handler = s390x_cpu_debug_excp_handler,
/openbmc/qemu/target/arm/tcg/
H A Dcpu-v7m.c238 .debug_excp_handler = arm_debug_excp_handler,
/openbmc/qemu/target/riscv/tcg/
H A Dtcg-cpu.c147 .debug_excp_handler = riscv_cpu_debug_excp_handler,
/openbmc/qemu/target/arm/
H A Dcpu.c2676 .debug_excp_handler = arm_debug_excp_handler,
/openbmc/qemu/target/ppc/
H A Dcpu_init.c7433 .debug_excp_handler = ppc_cpu_debug_excp_handler,