Searched refs:wp_hit (Results 1 – 2 of 2) sorted by relevance
473 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler() local475 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()
600 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler() local602 if (wp_hit && wp_hit->flags & BP_CPU) { in s390x_cpu_debug_excp_handler()