Home
last modified time | relevance | path

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

/openbmc/qemu/system/
H A Dwatchpoint.c27 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()
29 CPUWatchpoint *wp; in cpu_watchpoint_insert()
68 CPUWatchpoint *wp; in cpu_watchpoint_remove()
81 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint) in cpu_watchpoint_remove_by_ref()
93 CPUWatchpoint *wp, *next; in cpu_watchpoint_remove_all()
/openbmc/qemu/include/exec/
H A Dbreakpoint.h21 typedef struct CPUWatchpoint { struct
27 QTAILQ_ENTRY(CPUWatchpoint) entry; argument
28 } CPUWatchpoint; typedef
/openbmc/qemu/include/hw/core/
H A Dcpu.h87 typedef struct CPUWatchpoint CPUWatchpoint; typedef
519 QTAILQ_HEAD(, CPUWatchpoint) watchpoints;
520 CPUWatchpoint *watchpoint_hit;
1124 int flags, CPUWatchpoint **watchpoint) in cpu_watchpoint_insert()
1136 CPUWatchpoint *wp) in cpu_watchpoint_remove_by_ref()
1145 int flags, CPUWatchpoint **watchpoint);
1148 void cpu_watchpoint_remove_by_ref(CPUState *cpu, CPUWatchpoint *watchpoint);
H A Dtcg-cpu-ops.h196 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);
/openbmc/qemu/accel/tcg/
H A Dwatchpoint.c36 static inline bool watchpoint_address_matches(CPUWatchpoint *wp, in watchpoint_address_matches()
54 CPUWatchpoint *wp; in cpu_watchpoint_address_matches()
70 CPUWatchpoint *wp; in cpu_check_watchpoint()
H A Dcpu-exec.c698 CPUWatchpoint *wp; in cpu_handle_debug_exception()
/openbmc/qemu/target/riscv/
H A Ddebug.h149 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
H A Dcpu.h426 struct CPUWatchpoint *cpu_watchpoint[RV_MAX_TRIGGERS];
H A Ddebug.c991 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in riscv_cpu_debug_check_watchpoint()
/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c242 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, target_ulong addr) in find_hw_watchpoint()
H A Ddebug_helper.c269 CPUWatchpoint *wp = env->cpu_watchpoint[n]; in bp_wp_matches()
423 bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in arm_debug_check_watchpoint()
473 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()
H A Dinternals.h496 bool arm_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
1792 CPUWatchpoint details;
1809 CPUWatchpoint *find_hw_watchpoint(CPUState *cpu, target_ulong addr);
H A Dkvm.c1405 CPUWatchpoint *wp = find_hw_watchpoint(cs, debug_exit->far); in kvm_arm_handle_debug()
H A Dcpu.h724 struct CPUWatchpoint *cpu_watchpoint[16];
/openbmc/qemu/target/ppc/
H A Dinternal.h289 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
H A Dcpu.h1263 struct CPUWatchpoint *dawr0_watchpoint;
H A Dexcp_helper.c3278 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in ppc_cpu_debug_check_watchpoint()
H A Dkvm.c459 static CPUWatchpoint hw_watchpoint;
/openbmc/qemu/target/xtensa/
H A Dcpu.h547 struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c600 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()
/openbmc/qemu/target/i386/
H A Dcpu.h1924 struct CPUWatchpoint *cpu_watchpoint[4];
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1953 CPUWatchpoint *wp = in hvf_vcpu_exec()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c130 static CPUWatchpoint hw_watchpoint;
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5764 static CPUWatchpoint hw_watchpoint;