Searched refs:CPUWatchpoint (Results 1 – 7 of 7) sorted by relevance
144 typedef struct CPUWatchpoint { struct148 QTAILQ_ENTRY(CPUWatchpoint) entry; argument149 } CPUWatchpoint; typedef179 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \180 CPUWatchpoint *watchpoint_hit; \
432 int flags, CPUWatchpoint **watchpoint);435 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint);
231 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()238 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()241 CPUWatchpoint *wp; in cpu_watchpoint_insert()274 CPUWatchpoint *wp; in cpu_watchpoint_remove()287 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref()299 CPUWatchpoint *wp, *next; in cpu_watchpoint_remove_all()1552 CPUWatchpoint *wp; in check_watchpoint()
210 CPUWatchpoint *wp; in tlb_set_page()
201 CPUWatchpoint *wp; in cpu_handle_debug_exception()
817 CPUWatchpoint *cpu_watchpoint[4];
898 static CPUWatchpoint hw_watchpoint;