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.c608 max_hw_bps = kvm_check_extension(s, KVM_CAP_GUEST_DEBUG_HW_BPS); in kvm_arch_init()
610 sizeof(HWBreakpoint), max_hw_bps); in kvm_arch_init()
1485 for (i = 0; i < max_hw_bps; i++) { in kvm_arm_copy_hw_debug_data()
H A Dinternals.h1785 extern int max_hw_bps, max_hw_wps;
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c142 max_hw_bps = hvf_arm_num_brps(config); in hvf_arm_init_debug()
144 g_array_sized_new(true, true, sizeof(HWBreakpoint), max_hw_bps); in hvf_arm_init_debug()
2135 for (i = cur_hw_bps; i < max_hw_bps; i++) { in hvf_put_gdbstub_debug_registers()
2168 for (i = 0; i < max_hw_bps; i++) { in hvf_put_guest_debug_registers()