Searched refs:dbg_find_free_slot (Results 1 - 2 of 2) sorted by relevance

/freebsd-current/sys/arm64/arm64/
H A Ddebug_monitor.c385 dbg_find_free_slot(struct debug_monitor_state *monitor, enum dbg_t type) function
453 i = dbg_find_free_slot(monitor, DBG_TYPE_BREAKPOINT);
510 i = dbg_find_free_slot(monitor, DBG_TYPE_WATCHPOINT);
/freebsd-current/sys/arm/arm/
H A Ddebug_monitor.c523 dbg_find_free_slot(enum dbg_t type) function
650 i = dbg_find_free_slot(DBG_TYPE_WATCHPOINT);

Completed in 64 milliseconds