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()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()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 *bp, *bp_check; in kdb_bp()285 kdb_bp_t template = {0}; in kdb_bp()389 kdb_bp_t *bp = NULL; in kdb_bc()[all …]
162 } kdb_bp_t; typedef165 extern kdb_bp_t kdb_breakpoints[/* KDB_MAXBPT */];
56 kdb_bp_t *bp; in kdb_stub()
Completed in 5 milliseconds