Home
last modified time | relevance | path

Searched refs:BP_STOP_BEFORE_ACCESS (Results 1 – 8 of 8) sorted by relevance

/qemu/accel/tcg/
H A Dwatchpoint.c129 if (wp->flags & BP_STOP_BEFORE_ACCESS) { in cpu_check_watchpoint()
H A Dtcg-accel-ops.c126 cputype |= BP_STOP_BEFORE_ACCESS; in xlat_gdb_type()
/qemu/target/xtensa/
H A Ddbg_helper.c88 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in set_dbreak()
/qemu/target/ppc/
H A Dcpu.c161 flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in ppc_update_daw0()
/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()
/qemu/target/riscv/
H A Ddebug.c377 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type2_breakpoint_insert()
503 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in type6_breakpoint_insert()
/qemu/include/hw/core/
H A Dcpu.h1090 #define BP_STOP_BEFORE_ACCESS 0x04 macro
/qemu/target/arm/
H A Ddebug_helper.c554 int flags = BP_CPU | BP_STOP_BEFORE_ACCESS; in hw_watchpoint_update()