Home
last modified time | relevance | path

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

/freebsd/sys/arm/include/
H A Ddebug_monitor.h47 int dbg_remove_watchpoint(db_expr_t, db_expr_t);
/freebsd/sys/arm64/arm64/
H A Ddebug_monitor.c71 static int dbg_remove_watchpoint(struct debug_monitor_state *, vm_offset_t,
290 return (dbg_remove_watchpoint(NULL, addr, size)); in dbg_watchtype_str()
570 dbg_remove_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, in dbg_monitor_enter()
465 dbg_remove_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, dbg_remove_watchpoint() function
/freebsd/sys/arm/arm/
H A Ddebug_monitor.c353 return (dbg_remove_watchpoint(addr, size)); in kdb_cpu_clr_watchpoint()
375 dbg_remove_watchpoint(db_expr_t addr, db_expr_t size __unused) in dbg_remove_watchpoint() function