Searched refs:CPUWatchpoint (Results 1 – 13 of 13) sorted by relevance
| /openbmc/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
|
| /openbmc/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()
|
| /openbmc/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 | 674 CPUWatchpoint *wp; in cpu_handle_debug_exception()
|
| /openbmc/qemu/target/riscv/ |
| H A D | debug.h | 149 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
|
| H A D | debug.c | 988 bool riscv_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp) in riscv_cpu_debug_check_watchpoint()
|
| /openbmc/qemu/include/accel/tcg/ |
| H A D | cpu-ops.h | 258 bool (*debug_check_watchpoint)(CPUState *cpu, CPUWatchpoint *wp);
|
| /openbmc/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()
|
| /openbmc/qemu/target/ppc/ |
| H A D | internal.h | 292 bool ppc_cpu_debug_check_watchpoint(CPUState *cs, CPUWatchpoint *wp);
|
| H A D | cpu.h | 1324 struct CPUWatchpoint *dawr_watchpoint[2];
|
| /openbmc/qemu/target/xtensa/ |
| H A D | cpu.h | 549 struct CPUWatchpoint *cpu_watchpoint[MAX_NDBREAK];
|