Searched refs:hw_watchpoint (Results 1 – 1 of 1) sorted by relevance
888 static CPUWatchpoint hw_watchpoint; variable908 cpu_single_env->watchpoint_hit = &hw_watchpoint; in kvm_arch_debug()909 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_arch_debug()910 hw_watchpoint.flags = BP_MEM_WRITE; in kvm_arch_debug()914 cpu_single_env->watchpoint_hit = &hw_watchpoint; in kvm_arch_debug()915 hw_watchpoint.vaddr = hw_breakpoint[n].addr; in kvm_arch_debug()916 hw_watchpoint.flags = BP_MEM_ACCESS; in kvm_arch_debug()