HomeSort by relevance Sort by last modified time
    Searched refs:CPUWatchpoint (Results 1 - 7 of 7) sorted by null

  /external/qemu/include/exec/
cpu-defs.h 144 typedef struct CPUWatchpoint {
148 QTAILQ_ENTRY(CPUWatchpoint) entry;
149 } CPUWatchpoint;
179 QTAILQ_HEAD(watchpoints_head, CPUWatchpoint) watchpoints; \
180 CPUWatchpoint *watchpoint_hit; \
cpu-all.h 432 int flags, CPUWatchpoint **watchpoint);
435 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint);
  /external/qemu/
cputlb.c 210 CPUWatchpoint *wp;
exec.c 231 int flags, CPUWatchpoint **watchpoint)
238 int flags, CPUWatchpoint **watchpoint)
241 CPUWatchpoint *wp;
274 CPUWatchpoint *wp;
287 void cpu_watchpoint_remove_by_ref(CPUArchState *env, CPUWatchpoint *watchpoint)
299 CPUWatchpoint *wp, *next;
    [all...]
cpu-exec.c 201 CPUWatchpoint *wp;
    [all...]
  /external/qemu/target-i386/
cpu.h 817 CPUWatchpoint *cpu_watchpoint[4];
    [all...]
kvm.c 898 static CPUWatchpoint hw_watchpoint;

Completed in 135 milliseconds