Home
last modified time | relevance | path

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

/qemu/target/arm/
H A Dhyp_gdbstub.c19 GArray *hw_breakpoints, *hw_watchpoints; variable
181 g_array_append_val(hw_watchpoints, wp); in insert_hw_watchpoint()
222 g_array_remove_index(hw_watchpoints, i); in delete_hw_watchpoint()
H A Dinternals.h1797 extern GArray *hw_breakpoints, *hw_watchpoints;
1799 #define cur_hw_wps (hw_watchpoints->len)
1802 #define get_hw_wp(i) (&g_array_index(hw_watchpoints, HWWatchpoint, i))
H A Dkvm.c622 hw_watchpoints = g_array_sized_new(true, true, in kvm_arch_init()
1688 g_array_remove_range(hw_watchpoints, 0, cur_hw_wps); in kvm_arch_remove_all_hw_breakpoints()
/qemu/target/arm/hvf/
H A Dhvf.c148 hw_watchpoints = in hvf_arm_init_debug()
2174 g_array_remove_range(hw_watchpoints, 0, cur_hw_wps); in hvf_arch_remove_all_hw_breakpoints()