Home
last modified time | relevance | path

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

/freebsd-head/sys/arm64/arm64/
HDdebug_monitor.c385 dbg_find_free_slot(struct debug_monitor_state *monitor, enum dbg_t type) in dbg_find_free_slot() function
453 i = dbg_find_free_slot(monitor, DBG_TYPE_BREAKPOINT); in dbg_setup_breakpoint()
510 i = dbg_find_free_slot(monitor, DBG_TYPE_WATCHPOINT); in dbg_setup_watchpoint()
/freebsd-head/sys/arm/arm/
HDdebug_monitor.c523 dbg_find_free_slot(enum dbg_t type) in dbg_find_free_slot() function
650 i = dbg_find_free_slot(DBG_TYPE_WATCHPOINT); in dbg_setup_xpoint()