Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c64 if (cur_hw_bps >= max_hw_bps) { in insert_hw_breakpoint()
233 for (i = 0; i < cur_hw_bps; i++) { in find_hw_breakpoint()
H A Dkvm.c1474 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()
H A Dinternals.h1800 #define cur_hw_bps (hw_breakpoints->len) macro
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c2176 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()