Searched refs:__debugger_iabr_match (Results 1 – 4 of 4) sorted by relevance
17 extern int (*__debugger_iabr_match)(struct pt_regs *regs);
449 old__debugger_iabr_match = __debugger_iabr_match; in kgdb_arch_init()457 __debugger_iabr_match = kgdb_iabr_match; in kgdb_arch_init()470 __debugger_iabr_match = old__debugger_iabr_match; in kgdb_arch_exit()
68 int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly; variable76 EXPORT_SYMBOL(__debugger_iabr_match);
2845 __debugger_iabr_match = xmon_iabr_match; in xmon_init()2853 __debugger_iabr_match = NULL; in xmon_init()