Home
last modified time | relevance | path

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

/qemu/target/ppc/
H A Dkvm.c455 } hw_debug_points[MAX_HW_BKPTS]; variable
1412 <= ARRAY_SIZE(hw_debug_points)); in find_hw_breakpoint()
1415 if (hw_debug_points[n].addr == addr && in find_hw_breakpoint()
1416 hw_debug_points[n].type == type) { in find_hw_breakpoint()
1452 if (breakpoint_index >= ARRAY_SIZE(hw_debug_points)) { in kvm_arch_insert_hw_breakpoint()
1456 hw_debug_points[breakpoint_index].addr = addr; in kvm_arch_insert_hw_breakpoint()
1457 hw_debug_points[breakpoint_index].type = type; in kvm_arch_insert_hw_breakpoint()
1516 hw_debug_points[n] = hw_debug_points[nb_hw_breakpoint + nb_hw_watchpoint]; in kvm_arch_remove_hw_breakpoint()
1536 <= ARRAY_SIZE(hw_debug_points)); in kvm_arch_update_guest_debug()
1543 switch (hw_debug_points[n].type) { in kvm_arch_update_guest_debug()
[all …]