Searched refs:kdb_bp_t (Results 1 – 3 of 3) 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()181 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_install()212 kdb_bp_t *bp = &kdb_breakpoints[i]; in kdb_bp_remove()240 static void kdb_printbp(kdb_bp_t *bp, int i) in kdb_printbp()282 kdb_bp_t *bp, *bp_check; in kdb_bp()[all …]
167 } kdb_bp_t; typedef170 extern kdb_bp_t kdb_breakpoints[/* KDB_MAXBPT */];
39 kdb_bp_t *bp; in kdb_stub()