OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:CPUWatchpoint
(Results
1 - 6
of
6
) sorted by null
/external/qemu/
cpu-defs.h
143
typedef struct
CPUWatchpoint
{
147
QTAILQ_ENTRY(
CPUWatchpoint
) entry;
148
}
CPUWatchpoint
;
184
QTAILQ_HEAD(watchpoints_head,
CPUWatchpoint
) watchpoints; \
185
CPUWatchpoint
*watchpoint_hit; \
cpu-all.h
859
int flags,
CPUWatchpoint
**watchpoint);
862
void cpu_watchpoint_remove_by_ref(CPUState *env,
CPUWatchpoint
*watchpoint);
exec.c
[
all
...]
cpu-exec.c
210
CPUWatchpoint
*wp;
[
all
...]
/external/qemu/target-i386/
cpu.h
655
CPUWatchpoint
*cpu_watchpoint[4];
kvm.c
888
static
CPUWatchpoint
hw_watchpoint;
Completed in 171 milliseconds