Home
last modified time | relevance | path

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

/qemu/accel/tcg/
H A Dwatchpoint.c36 static inline bool watchpoint_address_matches(CPUWatchpoint *wp, in watchpoint_address_matches() function
58 if (watchpoint_address_matches(wp, addr, len)) { in cpu_watchpoint_address_matches()
94 if (hit_flags && watchpoint_address_matches(wp, addr, len)) { in cpu_check_watchpoint()