Searched refs:CPUWatchpoint (Results 1 – 25 of 25) sorted by relevance
/qemu/system/ |
H A D | watchpoint.c | 29 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert() 31 CPUWatchpoint *wp; in cpu_watchpoint_insert() 70 CPUWatchpoint *wp; in cpu_watchpoint_remove() 83 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref() 95 CPUWatchpoint *wp, *next; in cpu_watchpoint_remove_all()
|
/qemu/include/exec/ |
H A D | watchpoint.h | 13 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert() 25 CPUWatchpoint *wp) in cpu_watchpoint_remove_by_ref() 34 int flags, CPUWatchpoint **watchpoint); 37 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint);
|
H A D | breakpoint.h | 21 typedef struct CPUWatchpoint { struct 27 QTAILQ_ENTRY(CPUWatchpoint) entry; argument 28 } CPUWatchpoint; typedef
|
/qemu/accel/tcg/ |
H A D | watchpoint.c | 38 static inline bool watchpoint_address_matches(CPUWatchpoint *wp, in watchpoint_address_matches() 56 CPUWatchpoint *wp; in cpu_watchpoint_address_matches() 71 CPUWatchpoint *wp; in cpu_check_watchpoint()
|
H A D | cpu-exec.c | 673 CPUWatchpoint *wp; in cpu_handle_debug_exception()
|
/qemu/include/hw/core/ |
H A D | cpu.h | 87 typedef struct CPUWatchpoint CPUWatchpoint; typedef 522 QTAILQ_HEAD(, CPUWatchpoint) watchpoints; 523 CPUWatchpoint *watchpoint_hit;
|
/qemu/target/riscv/ |
H A D | debug.h | 149 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
|
H A D | cpu.h | 441 struct CPUWatchpoint *cpu_watchpoint[RV_MAX_TRIGGERS];
|
H A D | debug.c | 988 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in riscv_cpu_debug_check_watchpoint()
|
/qemu/include/accel/tcg/ |
H A D | cpu-ops.h | 258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);
|
/qemu/target/arm/ |
H A D | hyp_gdbstub.c | 242 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, vaddr addr) in find_hw_watchpoint()
|
H A D | debug_helper.c | 271 CPUWatchpoint *wp = env->cpu_watchpoint[n]; in bp_wp_matches() 425 bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in arm_debug_check_watchpoint() 475 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()
|
H A D | internals.h | 638 bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp); 1939 CPUWatchpoint details; 1956 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, vaddr addr);
|
H A D | kvm.c | 1377 CPUWatchpoint *wp = find_hw_watchpoint(cs, debug_exit->far); in kvm_arm_handle_debug()
|
H A D | cpu.h | 733 struct CPUWatchpoint *cpu_watchpoint[16];
|
/qemu/target/ppc/ |
H A D | internal.h | 292 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
|
H A D | tcg-excp_helper.c | 344 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in ppc_cpu_debug_check_watchpoint()
|
H A D | cpu.h | 1265 struct CPUWatchpoint *dawr_watchpoint[2];
|
H A D | kvm.c | 461 static CPUWatchpoint hw_watchpoint;
|
/qemu/target/xtensa/ |
H A D | cpu.h | 549 struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
|
/qemu/target/s390x/tcg/ |
H A D | excp_helper.c | 602 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()
|
/qemu/target/i386/ |
H A D | cpu.h | 2028 struct CPUWatchpoint *cpu_watchpoint[4];
|
/qemu/target/arm/hvf/ |
H A D | hvf.c | 1975 CPUWatchpoint *wp = in hvf_vcpu_exec()
|
/qemu/target/s390x/kvm/ |
H A D | kvm.c | 131 static CPUWatchpoint hw_watchpoint;
|
/qemu/target/i386/kvm/ |
H A D | kvm.c | 5783 static CPUWatchpoint hw_watchpoint;
|