Lines Matching refs:kdb_bp_t
25 kdb_bp_t kdb_breakpoints[KDB_MAXBPT];
40 static char *kdb_bptype(kdb_bp_t *bp)
48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp)
92 static int _kdb_bp_remove(kdb_bp_t *bp)
108 static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp)
125 static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp)
179 kdb_bp_t *bp = &kdb_breakpoints[i];
210 kdb_bp_t *bp = &kdb_breakpoints[i];
238 static void kdb_printbp(kdb_bp_t *bp, int i)
280 kdb_bp_t *bp, *bp_check;
285 kdb_bp_t template = {0};
389 kdb_bp_t *bp = NULL;
580 kdb_bp_t *bp;