/openbmc/qemu/target/i386/tcg/sysemu/ |
H A D | bpt_helper.c | 64 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()
|
/openbmc/qemu/target/xtensa/ |
H A D | dbg_helper.c | 46 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 D | helper.c | 223 if (cs->watchpoint_hit->flags & BP_CPU) { in xtensa_breakpoint_handler() 235 || !cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in xtensa_breakpoint_handler()
|
/openbmc/qemu/target/ppc/ |
H A D | cpu.c | 123 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 D | excp_helper.c | 3236 if (cs->watchpoint_hit->flags & BP_CPU) { in ppc_cpu_debug_excp_handler() 3243 } else if (cpu_breakpoint_test(cs, env->nip, BP_CPU)) { in ppc_cpu_debug_excp_handler()
|
H A D | cpu_init.c | 7243 cpu_breakpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold() 7244 cpu_watchpoint_remove_all(cs, BP_CPU); in ppc_cpu_reset_hold()
|
/openbmc/qemu/target/arm/ |
H A D | debug_helper.c | 476 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()
|
/openbmc/qemu/target/s390x/ |
H A D | helper.c | 141 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()
|
/openbmc/qemu/accel/tcg/ |
H A D | watchpoint.c | 118 if (wp->flags & BP_CPU in cpu_check_watchpoint()
|
H A D | cpu-exec.c | 349 } else if (bp->flags & BP_CPU) { in check_for_breakpoints_slow()
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 480 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type2_breakpoint_insert() 605 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type6_breakpoint_insert() 934 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler() 938 if (cpu_breakpoint_test(cs, env->pc, BP_CPU)) { in riscv_cpu_debug_excp_handler()
|
/openbmc/qemu/include/hw/core/ |
H A D | cpu.h | 1094 #define BP_CPU 0x20 macro 1095 #define BP_ANY (BP_GDB | BP_CPU)
|
/openbmc/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 602 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()
|
/openbmc/qemu/target/i386/ |
H A D | machine.c | 395 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 D | cpu.c | 7287 cpu_breakpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold() 7288 cpu_watchpoint_remove_all(cs, BP_CPU); in x86_cpu_reset_hold()
|