Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dwatchpoint.c92 int hit_flags = wp->flags & flags; in cpu_check_watchpoint() local
94 if (hit_flags && watchpoint_address_matches(wp, addr, len)) { in cpu_check_watchpoint()
114 wp->flags |= hit_flags << BP_HIT_SHIFT; in cpu_check_watchpoint()