Home
last modified time | relevance | path

Searched refs:BP_WATCHPOINT_HIT (Results 1 – 7 of 7) sorted by relevance

/qemu/accel/tcg/
H A Dwatchpoint.c122 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
138 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
H A Dcpu-exec.c677 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
/qemu/system/
H A Dwatchpoint.c74 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()
/qemu/target/i386/tcg/system/
H A Dbpt_helper.c187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/qemu/target/xtensa/
H A Dhelper.c213 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/qemu/include/hw/core/
H A Dcpu.h1078 #define BP_WATCHPOINT_HIT (BP_MEM_ACCESS << BP_HIT_SHIFT) macro
/qemu/target/arm/
H A Ddebug_helper.c273 if (!wp || !(wp->flags & BP_WATCHPOINT_HIT)) { in bp_wp_matches()