Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c18 int max_hw_bps, max_hw_wps; variable
64 if (cur_hw_bps >= max_hw_bps) { in insert_hw_breakpoint()
H A Dkvm.c625 max_hw_bps = kvm_check_extension(s, KVM_CAP_GUEST_DEBUG_HW_BPS); in kvm_arch_init()
627 sizeof(HWBreakpoint), max_hw_bps); in kvm_arch_init()
1494 for (i = 0; i < max_hw_bps; i++) { in kvm_arm_copy_hw_debug_data()
H A Dinternals.h1796 extern int max_hw_bps, max_hw_wps;
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c143 max_hw_bps = hvf_arm_num_brps(config); in hvf_arm_init_debug()
145 g_array_sized_new(true, true, sizeof(HWBreakpoint), max_hw_bps); in hvf_arm_init_debug()
2198 for (i = cur_hw_bps; i < max_hw_bps; i++) { in hvf_put_gdbstub_debug_registers()
2231 for (i = 0; i < max_hw_bps; i++) { in hvf_put_guest_debug_registers()