Searched refs:watchpoint_hit (Results 1 – 16 of 16) sorted by relevance
153 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()
74 if (cpu->watchpoint_hit) { in cpu_check_watchpoint()125 cpu->watchpoint_hit = wp; in cpu_check_watchpoint()
675 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()
224 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()
301 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()
1591 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()
602 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in s390x_cpu_debug_excp_handler()610 cs->watchpoint_hit = NULL; in s390x_cpu_debug_excp_handler()
930 if (cs->watchpoint_hit) { in riscv_cpu_debug_excp_handler()931 if (cs->watchpoint_hit->flags & BP_CPU) { in riscv_cpu_debug_excp_handler()
2249 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()
523 CPUWatchpoint *watchpoint_hit; member
475 CPUWatchpoint *wp_hit = cs->watchpoint_hit; in arm_debug_excp_handler()481 cs->watchpoint_hit = NULL; in arm_debug_excp_handler()
1379 cs->watchpoint_hit = wp; in kvm_arm_handle_debug()
1980 cpu->watchpoint_hit = wp; in hvf_vcpu_exec()
1880 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()
5807 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()5813 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()