Home
last modified time | relevance | path

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

/openbmc/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
/openbmc/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()
/openbmc/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.c674 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 Ddebug.c988 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in riscv_cpu_debug_check_watchpoint()
/openbmc/qemu/include/accel/tcg/
H A Dcpu-ops.h258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);
/openbmc/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()
/openbmc/qemu/target/ppc/
H A Dinternal.h292 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
H A Dcpu.h1324 struct CPUWatchpoint *dawr_watchpoint[2];
/openbmc/qemu/target/xtensa/
H A Dcpu.h549 struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];