Home
last modified time | relevance | path

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

/openbmc/qemu/target/s390x/kvm/
H A Dkvm.c130 static CPUWatchpoint hw_watchpoint; variable
1896 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()
/openbmc/qemu/target/ppc/
H A Dkvm.c459 static CPUWatchpoint hw_watchpoint; variable
1585 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()
/openbmc/qemu/target/i386/kvm/
H A Dkvm.c5764 static CPUWatchpoint hw_watchpoint; variable
5788 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()