Home
last modified time | relevance | path

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

/openbmc/qemu/accel/tcg/
H A Dwatchpoint.c121 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
140 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_check_watchpoint()
H A Dcpu-exec.c702 wp->flags &= ~BP_WATCHPOINT_HIT; in cpu_handle_debug_exception()
/openbmc/qemu/system/
H A Dwatchpoint.c72 && flags == (wp->flags & ~BP_WATCHPOINT_HIT)) { in cpu_watchpoint_remove()
/openbmc/qemu/target/i386/tcg/sysemu/
H A Dbpt_helper.c187 env->cpu_watchpoint[reg]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/openbmc/qemu/target/xtensa/
H A Dhelper.c211 env->cpu_watchpoint[i]->flags & BP_WATCHPOINT_HIT) { in check_hw_breakpoints()
/openbmc/qemu/include/hw/core/
H A Dcpu.h1099 #define BP_WATCHPOINT_HIT (BP_MEM_ACCESS << BP_HIT_SHIFT) macro
/openbmc/qemu/target/arm/
H A Ddebug_helper.c271 if (!wp || !(wp->flags & BP_WATCHPOINT_HIT)) { in bp_wp_matches()