Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Ddebug_helper.c475 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler() local
477 if (wp_hit) { in arm_debug_excp_handler()
478 if (wp_hit->flags & BP_CPU) { in arm_debug_excp_handler()
479 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler()
484 env->exception.vaddress = wp_hit->hitaddr; in arm_debug_excp_handler()