Home
last modified time | relevance | path

Searched refs:dbg_remove_watchpoint (Results 1 – 6 of 6) sorted by relevance

/f-stack/freebsd/arm/include/
H A Ddebug_monitor.h50 int dbg_remove_watchpoint(db_expr_t, db_expr_t);
/f-stack/freebsd/arm64/include/
H A Ddebug_monitor.h62 int dbg_remove_watchpoint(struct debug_monitor_state *, vm_offset_t, vm_size_t);
/f-stack/freebsd/arm64/arm64/
H A Ddb_trace.c57 return (dbg_remove_watchpoint(NULL, addr, size)); in db_md_clr_watchpoint()
H A Ddebug_monitor.c413 dbg_remove_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, in dbg_remove_watchpoint() function
/f-stack/freebsd/arm/arm/
H A Ddb_trace.c141 return (dbg_remove_watchpoint(addr, size)); in db_md_clr_watchpoint()
H A Ddebug_monitor.c348 dbg_remove_watchpoint(db_expr_t addr, db_expr_t size __unused) in dbg_remove_watchpoint() function