Searched refs:BP_CPU (Results 1 – 15 of 15) sorted by relevance
/qemu/target/i386/tcg/system/ |
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()
|
/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 | 225 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 D | debug_helper.c | 478 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 D | cpu.c | 124 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 D | tcg-excp_helper.c | 302 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 D | cpu_init.c | 7285 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 D | helper.c | 143 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 D | watchpoint.c | 119 if (wp->flags & BP_CPU in cpu_check_watchpoint()
|
H A D | cpu-exec.c | 321 } else if (bp->flags & BP_CPU) { in check_for_breakpoints_slow()
|
/qemu/target/riscv/ |
H A D | debug.c | 481 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 D | cpu.h | 1073 #define BP_CPU 0x20 macro 1074 #define BP_ANY (BP_GDB | BP_CPU)
|
/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 604 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 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 | 8075 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()
|