Searched refs:dbg_remove_watchpoint (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/arm/include/
H A Ddebug_monitor.h50 int dbg_remove_watchpoint(db_expr_t, db_expr_t);
/freebsd-13-stable/sys/arm64/include/
H A Ddebug_monitor.h62 int dbg_remove_watchpoint(struct debug_monitor_state *, vm_offset_t, vm_size_t);
/freebsd-13-stable/sys/arm64/arm64/
H A Ddebug_monitor.c256 return (dbg_remove_watchpoint(NULL, addr, size));
451 dbg_remove_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, function
/freebsd-13-stable/sys/arm/arm/
H A Ddebug_monitor.c355 return (dbg_remove_watchpoint(addr, size));
377 dbg_remove_watchpoint(db_expr_t addr, db_expr_t size __unused) function

Completed in 175 milliseconds