Home
last modified time | relevance | path

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

/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()
/qemu/target/i386/tcg/system/
H A Dbpt_helper.c230 if (cpu_breakpoint_test(cs, env->eip, BP_CPU)) { in breakpoint_handler()
/qemu/include/hw/core/
H A Dcpu.h1087 static inline bool cpu_breakpoint_test(CPUState *cpu, vaddr pc, int mask) in cpu_breakpoint_test() function
/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()
/qemu/target/ppc/
H A Dtcg-excp_helper.c309 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()
/qemu/target/riscv/
H A Ddebug.c935 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()