Home
last modified time | relevance | path

Searched refs:BP_WATCHPOINT_HIT_WRITE (Results 1 – 2 of 2) sorted by relevance

/openbmc/qemu/include/hw/core/
H A Dcpu.h1098 #define BP_WATCHPOINT_HIT_WRITE (BP_MEM_WRITE << BP_HIT_SHIFT) macro
/openbmc/qemu/target/arm/
H A Ddebug_helper.c477 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler()