Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Ddebug_helper.c473 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler() local
475 if (wp_hit) { in arm_debug_excp_handler()
476 if (wp_hit->flags & BP_CPU) { in arm_debug_excp_handler()
477 bool wnr = (wp_hit->flags & BP_WATCHPOINT_HIT_WRITE) != 0; in arm_debug_excp_handler()
482 env->exception.vaddress = wp_hit->hitaddr; in arm_debug_excp_handler()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c600 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler() local
602 if (wp_hit && wp_hit->flags & BP_CPU) { in s390x_cpu_debug_excp_handler()