Searched refs:dbg_find_slot (Results 1 – 2 of 2) sorted by relevance
69 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() function728 i = dbg_find_slot(DBG_TYPE_WATCHPOINT, addr); in dbg_remove_xpoint()
314 dbg_find_slot(struct debug_monitor_state *monitor, enum dbg_t type, in dbg_find_slot() function421 i = dbg_find_slot(monitor, DBG_TYPE_WATCHPOINT, addr); in dbg_remove_watchpoint()