Searched refs:cur_hw_bps (Results 1 – 4 of 4) sorted by relevance
64 if (cur_hw_bps >= max_hw_bps) { in insert_hw_breakpoint()233 for (i = 0; i < cur_hw_bps; i++) { in find_hw_breakpoint()
1474 return ((cur_hw_wps > 0) || (cur_hw_bps > 0)); in kvm_arm_hw_debug_active()1690 if (cur_hw_bps > 0) { in kvm_arch_remove_all_hw_breakpoints()1691 g_array_remove_range(hw_breakpoints, 0, cur_hw_bps); in kvm_arch_remove_all_hw_breakpoints()
1800 #define cur_hw_bps (hw_breakpoints->len) macro
2176 if (cur_hw_bps > 0) { in hvf_arch_remove_all_hw_breakpoints()2177 g_array_remove_range(hw_breakpoints, 0, cur_hw_bps); in hvf_arch_remove_all_hw_breakpoints()2191 for (i = 0; i < cur_hw_bps; i++) { in hvf_put_gdbstub_debug_registers()2198 for (i = cur_hw_bps; i < max_hw_bps; i++) { in hvf_put_gdbstub_debug_registers()2252 return ((cur_hw_wps > 0) || (cur_hw_bps > 0)); in hvf_arm_hw_debug_active()