Home
last modified time | relevance | path

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

/freebsd/sys/arm/arm/
H A Ddebug_monitor.c67 static u_int dbg_find_slot(enum dbg_t, db_expr_t);
262 if (dbg_find_slot(DBG_TYPE_BREAKPOINT, pc) != ~0U) in kdb_cpu_pc_is_singlestep()
548 dbg_find_slot(enum dbg_t type, db_expr_t addr) in dbg_find_slot() function
757 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
/freebsd/sys/arm64/arm64/
H A Ddebug_monitor.c413 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_setup_watchpoint()
484 i = dbg_find_slot(monitor, DBG_TYPE_BREAKPOINT, addr); in dbg_remove_watchpoint()
578 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_monitor_enter()
366 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, dbg_find_slot() function