Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/include/
H A Ddebug_monitor.h49 int dbg_setup_watchpoint(db_expr_t, db_expr_t, enum dbg_access_t);
/f-stack/freebsd/arm64/include/
H A Ddebug_monitor.h60 int dbg_setup_watchpoint(struct debug_monitor_state *, vm_offset_t, vm_size_t,
/f-stack/freebsd/arm64/arm64/
H A Ddb_trace.c64 return (dbg_setup_watchpoint(NULL, addr, size, HW_BREAKPOINT_RW)); in db_md_set_watchpoint()
H A Ddebug_monitor.c346 dbg_setup_watchpoint(struct debug_monitor_state *monitor, vm_offset_t addr, in dbg_setup_watchpoint() function
/f-stack/freebsd/arm/arm/
H A Ddb_trace.c148 return (dbg_setup_watchpoint(addr, size, HW_WATCHPOINT_RW)); in db_md_set_watchpoint()
H A Ddebug_monitor.c330 dbg_setup_watchpoint(db_expr_t addr, db_expr_t size, enum dbg_access_t access) in dbg_setup_watchpoint() function