Home
last modified time | relevance | path

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

/qemu/system/
H A Dwatchpoint.c29 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 Dwatchpoint.h13 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 Dbreakpoint.h21 typedef struct CPUWatchpoint { struct
27 QTAILQ_ENTRY(CPUWatchpoint) entry; argument
28 } CPUWatchpoint; typedef
/qemu/accel/tcg/
H A Dwatchpoint.c38 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 Dcpu-exec.c673 CPUWatchpoint *wp; in cpu_handle_debug_exception()
/qemu/include/hw/core/
H A Dcpu.h87 typedef struct CPUWatchpoint CPUWatchpoint; typedef
522 QTAILQ_HEAD(, CPUWatchpoint) watchpoints;
523 CPUWatchpoint *watchpoint_hit;
/qemu/target/riscv/
H A Ddebug.h149 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
H A Dcpu.h441 struct CPUWatchpoint *cpu_watchpoint[RV_MAX_TRIGGERS];
H A Ddebug.c988 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in riscv_cpu_debug_check_watchpoint()
/qemu/include/accel/tcg/
H A Dcpu-ops.h258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);
/qemu/target/arm/
H A Dhyp_gdbstub.c242 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, vaddr addr) in find_hw_watchpoint()
H A Ddebug_helper.c271 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 Dinternals.h638 bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
1939 CPUWatchpoint details;
1956 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, vaddr addr);
H A Dkvm.c1377 CPUWatchpoint *wp = find_hw_watchpoint(cs, debug_exit->far); in kvm_arm_handle_debug()
H A Dcpu.h733 struct CPUWatchpoint *cpu_watchpoint[16];
/qemu/target/ppc/
H A Dinternal.h292 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
H A Dtcg-excp_helper.c344 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in ppc_cpu_debug_check_watchpoint()
H A Dcpu.h1265 struct CPUWatchpoint *dawr_watchpoint[2];
H A Dkvm.c461 static CPUWatchpoint hw_watchpoint;
/qemu/target/xtensa/
H A Dcpu.h549 struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
/qemu/target/s390x/tcg/
H A Dexcp_helper.c602 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()
/qemu/target/i386/
H A Dcpu.h2028 struct CPUWatchpoint *cpu_watchpoint[4];
/qemu/target/arm/hvf/
H A Dhvf.c1975 CPUWatchpoint *wp = in hvf_vcpu_exec()
/qemu/target/s390x/kvm/
H A Dkvm.c131 static CPUWatchpoint hw_watchpoint;
/qemu/target/i386/kvm/
H A Dkvm.c5783 static CPUWatchpoint hw_watchpoint;