Home
last modified time | relevance | path

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

/qemu/target/i386/tcg/sysemu/
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()
224 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.c223 if (cs->watchpoint_hit->flags & BP_CPU) { in xtensa_breakpoint_handler()
235 || !cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in xtensa_breakpoint_handler()
/qemu/target/ppc/
H A Dcpu.c123 cpu_breakpoint_insert(cs, ciea, BP_CPU, &env->ciabr_breakpoint); in ppc_update_ciabr()
161 flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in ppc_update_daw0()
H A Dexcp_helper.c3155 if (cs->watchpoint_hit->flags & BP_CPU) { in ppc_cpu_debug_excp_handler()
3162 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()
H A Dcpu_init.c7193 cpu_breakpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
7194 cpu_watchpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
/qemu/target/arm/
H A Ddebug_helper.c476 if (wp_hit->flags & BP_CPU) { in arm_debug_excp_handler()
496 || !cpu_breakpoint_test(cs, pc, BP_CPU)) { in arm_debug_excp_handler()
554 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in hw_watchpoint_update()
645 cpu_watchpoint_remove_all(CPU(cpu), BP_CPU); in hw_watchpoint_update_all()
660 int flags = BP_CPU; in hw_breakpoint_update()
748 cpu_breakpoint_remove_all(CPU(cpu), BP_CPU); in hw_breakpoint_update_all()
/qemu/target/s390x/
H A Dhelper.c141 const int wp_flags = BP_CPU | BP_MEM_WRITE | BP_STOP_BEFORE_ACCESS; in s390_cpu_recompute_watchpoints()
146 cpu_watchpoint_remove_all(cs, BP_CPU); in s390_cpu_recompute_watchpoints()
/qemu/target/riscv/
H A Ddebug.c307 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type2_breakpoint_insert()
433 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type6_breakpoint_insert()
764 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
768 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()
/qemu/accel/tcg/
H A Dwatchpoint.c118 if (wp->flags & BP_CPU in cpu_check_watchpoint()
H A Dcpu-exec.c352 } else if (bp->flags & BP_CPU) { in check_for_breakpoints_slow()
/qemu/include/hw/core/
H A Dcpu.h1064 #define BP_CPU 0x20 macro
1065 #define BP_ANY (BP_GDB | BP_CPU)
/qemu/target/s390x/tcg/
H A Dexcp_helper.c602 if (wp_hit && wp_hit->flags & BP_CPU) { in s390x_cpu_debug_excp_handler()
623 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.c6937 cpu_breakpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
6938 cpu_watchpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()