Searched refs:kdb_bp_t (Results 1 – 2 of 2) sorted by relevance
25 kdb_bp_t kdb_breakpoints[KDB_MAXBPT];40 static char *kdb_bptype(kdb_bp_t *bp) in kdb_bptype() 48 static int kdb_parsebp(int argc, const char **argv, int *nextargp, kdb_bp_t *bp) in kdb_parsebp() 92 static int _kdb_bp_remove(kdb_bp_t *bp) in _kdb_bp_remove() 108 static void kdb_handle_bp(struct pt_regs *regs, kdb_bp_t *bp) in kdb_handle_bp() 125 static int _kdb_bp_install(struct pt_regs *regs, kdb_bp_t *bp) in _kdb_bp_install() 179 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_install() 210 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_remove() 238 static void kdb_printbp(kdb_bp_t *bp, int i) in kdb_printbp() 280 kdb_bp_t *b in kdb_bp() [all...]
56 kdb_bp_t *bp; in kdb_stub()