Home
last modified time | relevance | path

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

/openbmc/qemu/gdbstub/
H A Dsystem.c151 if (cpu->watchpoint_hit) { in gdb_vm_state_change()
152 switch (cpu->watchpoint_hit->flags & BP_MEM_ACCESS) { in gdb_vm_state_change()
165 cpu->watchpoint_hit->vaddr); in gdb_vm_state_change()
168 cpu->watchpoint_hit->vaddr); in gdb_vm_state_change()
169 cpu->watchpoint_hit = NULL; in gdb_vm_state_change()
/openbmc/qemu/accel/tcg/
H A Dwatchpoint.c73 if (cpu->watchpoint_hit) { in cpu_check_watchpoint()
124 cpu->watchpoint_hit = wp; in cpu_check_watchpoint()
H A Dcpu-exec.c700 if (!cpu->watchpoint_hit) { in cpu_handle_debug_exception()
/openbmc/qemu/target/i386/tcg/sysemu/
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()
/openbmc/qemu/target/xtensa/
H A Dhelper.c222 if (cs->watchpoint_hit) { in xtensa_breakpoint_handler()
223 if (cs->watchpoint_hit->flags & BP_CPU) { in xtensa_breakpoint_handler()
226 cs->watchpoint_hit = NULL; in xtensa_breakpoint_handler()
/openbmc/qemu/target/s390x/tcg/
H A Dexcp_helper.c600 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()
608 cs->watchpoint_hit = NULL; in s390x_cpu_debug_excp_handler()
/openbmc/qemu/target/riscv/
H A Ddebug.c933 if (cs->watchpoint_hit) { in riscv_cpu_debug_excp_handler()
934 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
H A Dcpu_helper.c1872 if (cs->watchpoint_hit) { in riscv_cpu_do_interrupt()
1873 tval = cs->watchpoint_hit->hitaddr; in riscv_cpu_do_interrupt()
1874 cs->watchpoint_hit = NULL; in riscv_cpu_do_interrupt()
/openbmc/qemu/target/ppc/
H A Dexcp_helper.c3235 if (cs->watchpoint_hit) { in ppc_cpu_debug_excp_handler()
3236 if (cs->watchpoint_hit->flags & BP_CPU) { in ppc_cpu_debug_excp_handler()
3237 env->spr[SPR_DAR] = cs->watchpoint_hit->hitaddr; in ppc_cpu_debug_excp_handler()
3239 cs->watchpoint_hit = NULL; in ppc_cpu_debug_excp_handler()
3242 cs->watchpoint_hit = NULL; in ppc_cpu_debug_excp_handler()
H A Dkvm.c1585 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()
/openbmc/qemu/target/arm/
H A Ddebug_helper.c473 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()
479 cs->watchpoint_hit = NULL; in arm_debug_excp_handler()
H A Dkvm.c1407 cs->watchpoint_hit = wp; in kvm_arm_handle_debug()
/openbmc/qemu/include/hw/core/
H A Dcpu.h520 CPUWatchpoint *watchpoint_hit; member
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c1958 cpu->watchpoint_hit = wp; in hvf_vcpu_exec()
/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c1896 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5788 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()
5794 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()