Searched refs:hw_debug_points (Results 1 – 1 of 1) sorted by relevance
459 } hw_debug_points[MAX_HW_BKPTS]; variable1420 <= ARRAY_SIZE(hw_debug_points)); in find_hw_breakpoint()1423 if (hw_debug_points[n].addr == addr && in find_hw_breakpoint()1424 hw_debug_points[n].type == type) { in find_hw_breakpoint()1460 if (breakpoint_index >= ARRAY_SIZE(hw_debug_points)) { in kvm_arch_insert_hw_breakpoint()1464 hw_debug_points[breakpoint_index].addr = addr; in kvm_arch_insert_hw_breakpoint()1465 hw_debug_points[breakpoint_index].type = type; in kvm_arch_insert_hw_breakpoint()1524 hw_debug_points[n] = hw_debug_points[nb_hw_breakpoint + nb_hw_watchpoint]; in kvm_arch_remove_hw_breakpoint()1544 <= ARRAY_SIZE(hw_debug_points)); in kvm_arch_update_guest_debug()1551 switch (hw_debug_points[n].type) { in kvm_arch_update_guest_debug()[all …]