Home
last modified time | relevance | path

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

/openbmc/qemu/target/xtensa/
H A Dhelper.c234 if (cpu_breakpoint_test(cs, env->pc, BP_GDB) in xtensa_breakpoint_handler()
235 || !cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in xtensa_breakpoint_handler()
/openbmc/qemu/target/i386/tcg/sysemu/
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.c495 if (cpu_breakpoint_test(cs, pc, BP_GDB) in arm_debug_excp_handler()
496 || !cpu_breakpoint_test(cs, pc, BP_CPU)) { in arm_debug_excp_handler()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1108 static inline bool cpu_breakpoint_test(CPUState *cpu, vaddr pc, int mask) in cpu_breakpoint_test() function
/openbmc/qemu/target/riscv/
H A Ddebug.c938 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c3243 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()