Home
last modified time | relevance | path

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

/openbmc/qemu/target/arm/
H A Dhyp_gdbstub.c128 int insert_hw_watchpoint(target_ulong addr, target_ulong len, int type) in insert_hw_watchpoint() function
H A Dinternals.h1799 int insert_hw_watchpoint(target_ulong addr, target_ulong len, int type);
H A Dkvm.c1656 return insert_hw_watchpoint(addr, len, type); in kvm_arch_insert_hw_breakpoint()
/openbmc/qemu/target/arm/hvf/
H A Dhvf.c2088 return insert_hw_watchpoint(addr, len, type); in hvf_arch_insert_hw_breakpoint()