Home
last modified time | relevance | path

Searched refs:dbg_find_slot (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/arm/arm/
H A Ddebug_monitor.c69 static u_int dbg_find_slot(enum dbg_t, db_expr_t);
264 if (dbg_find_slot(DBG_TYPE_BREAKPOINT, pc) != ~0U) in kdb_cpu_pc_is_singlestep()
521 dbg_find_slot(enum dbg_t type, db_expr_t addr) in dbg_find_slot() function
728 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
/f-stack/freebsd/arm64/arm64/
H A Ddebug_monitor.c314 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_find_slot() function
421 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_remove_watchpoint()