Home
last modified time | relevance | path

Searched refs:watchpoint_hit (Results 1 – 16 of 16) sorted by relevance

/qemu/gdbstub/
H A Dsystem.c153 if (cpu->watchpoint_hit) { in gdb_vm_state_change()
154 switch (cpu->watchpoint_hit->flags & BP_MEM_ACCESS) { in gdb_vm_state_change()
167 cpu->watchpoint_hit->vaddr); in gdb_vm_state_change()
170 cpu->watchpoint_hit->vaddr); in gdb_vm_state_change()
171 cpu->watchpoint_hit = NULL; in gdb_vm_state_change()
/qemu/accel/tcg/
H A Dwatchpoint.c74 if (cpu->watchpoint_hit) { in cpu_check_watchpoint()
125 cpu->watchpoint_hit = wp; in cpu_check_watchpoint()
H A Dcpu-exec.c675 if (!cpu->watchpoint_hit) { in cpu_handle_debug_exception()
/qemu/target/i386/tcg/system/
H A Dbpt_helper.c214 if (cs->watchpoint_hit) { in breakpoint_handler()
215 if (cs->watchpoint_hit->flags & BP_CPU) { in breakpoint_handler()
216 cs->watchpoint_hit = NULL; in breakpoint_handler()
/qemu/target/xtensa/
H A Dhelper.c224 if (cs->watchpoint_hit) { in xtensa_breakpoint_handler()
225 if (cs->watchpoint_hit->flags & BP_CPU) { in xtensa_breakpoint_handler()
228 cs->watchpoint_hit = NULL; in xtensa_breakpoint_handler()
/qemu/target/ppc/
H A Dtcg-excp_helper.c301 if (cs->watchpoint_hit) { in ppc_cpu_debug_excp_handler()
302 if (cs->watchpoint_hit->flags & BP_CPU) { in ppc_cpu_debug_excp_handler()
303 env->spr[SPR_DAR] = cs->watchpoint_hit->hitaddr; in ppc_cpu_debug_excp_handler()
305 cs->watchpoint_hit = NULL; in ppc_cpu_debug_excp_handler()
308 cs->watchpoint_hit = NULL; in ppc_cpu_debug_excp_handler()
H A Dkvm.c1591 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()
/qemu/target/s390x/tcg/
H A Dexcp_helper.c602 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()
610 cs->watchpoint_hit = NULL; in s390x_cpu_debug_excp_handler()
/qemu/target/riscv/
H A Ddebug.c930 if (cs->watchpoint_hit) { in riscv_cpu_debug_excp_handler()
931 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
H A Dcpu_helper.c2249 if (cs->watchpoint_hit) { in riscv_cpu_do_interrupt()
2250 tval = cs->watchpoint_hit->hitaddr; in riscv_cpu_do_interrupt()
2251 cs->watchpoint_hit = NULL; in riscv_cpu_do_interrupt()
/qemu/include/hw/core/
H A Dcpu.h523 CPUWatchpoint *watchpoint_hit; member
/qemu/target/arm/
H A Ddebug_helper.c475 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()
481 cs->watchpoint_hit = NULL; in arm_debug_excp_handler()
H A Dkvm.c1379 cs->watchpoint_hit = wp; in kvm_arm_handle_debug()
/qemu/target/arm/hvf/
H A Dhvf.c1980 cpu->watchpoint_hit = wp; in hvf_vcpu_exec()
/qemu/target/s390x/kvm/
H A Dkvm.c1880 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()
/qemu/target/i386/kvm/
H A Dkvm.c5807 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()
5813 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()