Searched refs:watchpoint_hit (Results 1 – 16 of 16) sorted by relevance
151 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()
73 if (cpu->watchpoint_hit) { in cpu_check_watchpoint()124 cpu->watchpoint_hit = wp; in cpu_check_watchpoint()
700 if (!cpu->watchpoint_hit) { in cpu_handle_debug_exception()
214 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()
222 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()
600 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()608 cs->watchpoint_hit = NULL; in s390x_cpu_debug_excp_handler()
933 if (cs->watchpoint_hit) { in riscv_cpu_debug_excp_handler()934 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
1872 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()
3235 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()
1585 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()
473 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()479 cs->watchpoint_hit = NULL; in arm_debug_excp_handler()
1407 cs->watchpoint_hit = wp; in kvm_arm_handle_debug()
520 CPUWatchpoint *watchpoint_hit; member
1958 cpu->watchpoint_hit = wp; in hvf_vcpu_exec()
1896 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()
5788 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()5794 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()