Searched refs:__debugger_dabr_match (Results 1 – 4 of 4) sorted by relevance
18 extern int (*__debugger_dabr_match)(struct pt_regs *regs);
450 old__debugger_dabr_match = __debugger_dabr_match; in kgdb_arch_init()458 __debugger_dabr_match = kgdb_dabr_match; in kgdb_arch_init()471 __debugger_dabr_match = old__debugger_dabr_match; in kgdb_arch_exit()
69 int (*__debugger_dabr_match)(struct pt_regs *regs) __read_mostly; variable77 EXPORT_SYMBOL(__debugger_dabr_match);
2846 __debugger_dabr_match = xmon_dabr_match; in xmon_init()2854 __debugger_dabr_match = NULL; in xmon_init()