Searched refs:hw_watchpoint (Results 1 – 3 of 3) sorted by relevance
131 static CPUWatchpoint hw_watchpoint; variable1880 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()
461 static CPUWatchpoint hw_watchpoint; variable1591 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()
5783 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()