Searched refs:CPUWatchpoint (Results 1 – 6 of 6) sorted by relevance
143 typedef struct CPUWatchpoint { struct147 QTAILQ_ENTRY(CPUWatchpoint) entry; argument148 } CPUWatchpoint; typedef184 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \185 CPUWatchpoint *watchpoint_hit; \
1365 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()1368 CPUWatchpoint *wp; in cpu_watchpoint_insert()1400 CPUWatchpoint *wp; in cpu_watchpoint_remove()1413 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref()1425 CPUWatchpoint *wp, *next; in cpu_watchpoint_remove_all()1742 CPUWatchpoint *wp; in cpu_copy()2002 CPUWatchpoint *wp; in tlb_set_page_exec()2943 CPUWatchpoint *wp; in check_watchpoint()
859 int flags, CPUWatchpoint **watchpoint);862 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
211 CPUWatchpoint *wp; in cpu_handle_debug_exception()
655 CPUWatchpoint *cpu_watchpoint[4];
888 static CPUWatchpoint hw_watchpoint;