Searched refs:hw_watchpoint (Results 1 – 3 of 3) sorted by relevance
130 static CPUWatchpoint hw_watchpoint; variable1896 cs->watchpoint_hit = &hw_watchpoint; in kvm_arch_handle_debug_exit()1897 hw_watchpoint.vaddr = arch_info->addr; in kvm_arch_handle_debug_exit()1898 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_arch_handle_debug_exit()
459 static CPUWatchpoint hw_watchpoint; variable1585 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_hw_breakpoint()1586 hw_watchpoint.vaddr = hw_debug_points[n].addr; in kvm_handle_hw_breakpoint()1587 hw_watchpoint.flags = flag; in kvm_handle_hw_breakpoint()
5764 static CPUWatchpoint hw_watchpoint; variable5788 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()5789 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()5790 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_handle_debug()5794 cs->watchpoint_hit = &hw_watchpoint; in kvm_handle_debug()5795 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_handle_debug()5796 hw_watchpoint.flags = BP_MEM_ACCESS; in kvm_handle_debug()