Home
last modified time | relevance | path

Searched refs:cpu_breakpoint_test (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/target/xtensa/
H A Dhelper.c236 if (cpu_breakpoint_test(cs, env->pc, BP_GDB) in xtensa_breakpoint_handler()
237 || !cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in xtensa_breakpoint_handler()
/openbmc/qemu/target/i386/tcg/system/
H A Dbpt_helper.c230 if (cpu_breakpoint_test(cs, env->eip, BP_CPU)) { in breakpoint_handler()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c497 if (cpu_breakpoint_test(cs, pc, BP_GDB) in arm_debug_excp_handler()
498 || !cpu_breakpoint_test(cs, pc, BP_CPU)) { in arm_debug_excp_handler()
/openbmc/qemu/target/riscv/
H A Ddebug.c935 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()