Home
last modified time | relevance | path

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

/external/qemu/include/exec/
Dcpu-defs.h144 typedef struct CPUWatchpoint { struct
148 QTAILQ_ENTRY(CPUWatchpoint) entry; argument
149 } CPUWatchpoint; typedef
179 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
180 CPUWatchpoint *watchpoint_hit; \
Dcpu-all.h432 int flags, CPUWatchpoint **watchpoint);
435 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint);
/external/qemu/
Dexec.c231 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()
Dcputlb.c210 CPUWatchpoint *wp; in tlb_set_page()
Dcpu-exec.c201 CPUWatchpoint *wp; in cpu_handle_debug_exception()
/external/qemu/target-i386/
Dcpu.h817 CPUWatchpoint *cpu_watchpoint[4];
Dkvm.c898 static CPUWatchpoint hw_watchpoint;