Home
last modified time | relevance | path

Searched refs:hw_watchpoint (Results 1 – 3 of 3) sorted by relevance

/qemu/target/s390x/kvm/
H A Dkvm.c131 static CPUWatchpoint hw_watchpoint; variable
1880 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()
1881 hw_watchpoint.vaddr = arch_info->addr; in kvm_arch_handle_debug_exit()
1882 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_arch_handle_debug_exit()
/qemu/target/ppc/
H A Dkvm.c461 static CPUWatchpoint hw_watchpoint; variable
1591 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()
1592 hw_watchpoint.vaddr = hw_debug_points[n].addr; in kvm_handle_hw_breakpoint()
1593 hw_watchpoint.flags = flag; in kvm_handle_hw_breakpoint()
/qemu/target/i386/kvm/
H A Dkvm.c5783 static CPUWatchpoint hw_watchpoint; variable
5807 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()
5808 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()
5809 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_handle_debug()
5813 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()
5814 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()
5815 hw_watchpoint.flags = BP_MEM_ACCESS; in kvm_handle_debug()