Searched refs:cpu_breakpoint_test (Results 1 – 6 of 6) sorted by relevance
/qemu/target/xtensa/ |
H A D | helper.c | 236 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 D | bpt_helper.c | 230 if (cpu_breakpoint_test(cs, env->eip, BP_CPU)) { in breakpoint_handler()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 1087 static inline bool cpu_breakpoint_test(CPUState *cpu, vaddr pc, int mask) in cpu_breakpoint_test() function
|
/qemu/target/arm/ |
H A D | debug_helper.c | 497 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 D | tcg-excp_helper.c | 309 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()
|
/qemu/target/riscv/ |
H A D | debug.c | 935 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()
|