Searched defs:CPUWatchpoint (Results 1 - 1 of 1) sorted by relevance

/external/qemu/
H A Dcpu-defs.h143 typedef struct CPUWatchpoint { struct
147 QTAILQ_ENTRY(CPUWatchpoint) entry;
148 } CPUWatchpoint; typedef in typeref:struct:CPUWatchpoint
184 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
185 CPUWatchpoint *watchpoint_hit; \

Completed in 123 milliseconds