Home
last modified time | relevance | path

Searched refs:BP_CPU (Results 1 – 15 of 15) sorted by relevance

/qemu/target/i386/tcg/system/
H A Dbpt_helper.c64 err = cpu_breakpoint_insert(cs, drN, BP_CPU, in hw_breakpoint_insert()
78 BP_CPU | BP_MEM_WRITE, in hw_breakpoint_insert()
87 BP_CPU | BP_MEM_ACCESS, in hw_breakpoint_insert()
215 if (cs->watchpoint_hit->flags & BP_CPU) { in breakpoint_handler()
230 if (cpu_breakpoint_test(cs, env->eip, BP_CPU)) { in breakpoint_handler()
/qemu/target/xtensa/
H A Ddbg_helper.c46 BP_CPU, &env->cpu_breakpoint[i]); in HELPER()
62 cpu_breakpoint_insert(cs, v, BP_CPU, &env->cpu_breakpoint[i]); in HELPER()
88 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in set_dbreak()
H A Dhelper.c225 if (cs->watchpoint_hit->flags & BP_CPU) { in xtensa_breakpoint_handler()
237 || !cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in xtensa_breakpoint_handler()
/qemu/target/arm/
H A Ddebug_helper.c478 if (wp_hit->flags & BP_CPU) { in arm_debug_excp_handler()
498 || !cpu_breakpoint_test(cs, pc, BP_CPU)) { in arm_debug_excp_handler()
556 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in hw_watchpoint_update()
647 cpu_watchpoint_remove_all(CPU(cpu), BP_CPU); in hw_watchpoint_update_all()
662 int flags = BP_CPU; in hw_breakpoint_update()
750 cpu_breakpoint_remove_all(CPU(cpu), BP_CPU); in hw_breakpoint_update_all()
/qemu/target/ppc/
H A Dcpu.c124 cpu_breakpoint_insert(cs, ciea, BP_CPU, &env->ciabr_breakpoint); in ppc_update_ciabr()
164 flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in ppc_update_daw()
H A Dtcg-excp_helper.c302 if (cs->watchpoint_hit->flags & BP_CPU) { in ppc_cpu_debug_excp_handler()
309 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()
H A Dcpu_init.c7285 cpu_breakpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
7286 cpu_watchpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
/qemu/target/s390x/
H A Dhelper.c143 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints()
148 cpu_watchpoint_remove_all(cs, BP_CPU); in s390_cpu_recompute_watchpoints()
/qemu/accel/tcg/
H A Dwatchpoint.c119 if (wp->flags & BP_CPU in cpu_check_watchpoint()
H A Dcpu-exec.c321 } else if (bp->flags & BP_CPU) { in check_for_breakpoints_slow()
/qemu/target/riscv/
H A Ddebug.c481 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type2_breakpoint_insert()
606 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type6_breakpoint_insert()
931 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
935 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()
/qemu/include/hw/core/
H A Dcpu.h1073 #define BP_CPU 0x20 macro
1074 #define BP_ANY (BP_GDB | BP_CPU)
/qemu/target/s390x/tcg/
H A Dexcp_helper.c604 if (wp_hit && wp_hit->flags & BP_CPU) { in s390x_cpu_debug_excp_handler()
625 cpu_watchpoint_remove_all(cs, BP_CPU); in s390x_cpu_debug_excp_handler()
/qemu/target/i386/
H A Dmachine.c395 cpu_breakpoint_remove_all(cs, BP_CPU); in cpu_post_load()
396 cpu_watchpoint_remove_all(cs, BP_CPU); in cpu_post_load()
H A Dcpu.c8075 cpu_breakpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
8076 cpu_watchpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()