Home
last modified time | relevance | path

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

/external/qemu/
Dcpu-defs.h143 typedef struct CPUWatchpoint { struct
147 QTAILQ_ENTRY(CPUWatchpoint) entry; argument
148 } CPUWatchpoint; typedef
184 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
185 CPUWatchpoint *watchpoint_hit; \
Dexec.c1365 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()
Dcpu-all.h859 int flags, CPUWatchpoint **watchpoint);
862 void cpu_watchpoint_remove_by_ref(CPUState *env, CPUWatchpoint *watchpoint);
Dcpu-exec.c211 CPUWatchpoint *wp; in cpu_handle_debug_exception()
/external/qemu/target-i386/
Dcpu.h655 CPUWatchpoint *cpu_watchpoint[4];
Dkvm.c888 static CPUWatchpoint hw_watchpoint;