Searched refs:cur_hw_wps (Results 1 – 4 of 4) sorted by relevance
136 if (cur_hw_wps >= max_hw_wps) { in insert_hw_watchpoint()220 for (i = 0; i < cur_hw_wps; i++) { in delete_hw_watchpoint()246 for (i = 0; i < cur_hw_wps; i++) { in find_hw_watchpoint()
1474 return ((cur_hw_wps > 0) || (cur_hw_bps > 0)); in kvm_arm_hw_debug_active()1687 if (cur_hw_wps > 0) { in kvm_arch_remove_all_hw_breakpoints()1688 g_array_remove_range(hw_watchpoints, 0, cur_hw_wps); in kvm_arch_remove_all_hw_breakpoints()
1799 #define cur_hw_wps (hw_watchpoints->len) macro
2173 if (cur_hw_wps > 0) { in hvf_arch_remove_all_hw_breakpoints()2174 g_array_remove_range(hw_watchpoints, 0, cur_hw_wps); in hvf_arch_remove_all_hw_breakpoints()2205 for (i = 0; i < cur_hw_wps; i++) { in hvf_put_gdbstub_debug_registers()2212 for (i = cur_hw_wps; i < max_hw_wps; i++) { in hvf_put_gdbstub_debug_registers()2252 return ((cur_hw_wps > 0) || (cur_hw_bps > 0)); in hvf_arm_hw_debug_active()