Searched refs:__debugger_iabr_match (Results 1 – 4 of 4) sorted by relevance
473 old__debugger_iabr_match = __debugger_iabr_match; in kgdb_arch_init()481 __debugger_iabr_match = kgdb_iabr_match; in kgdb_arch_init()494 __debugger_iabr_match = old__debugger_iabr_match; in kgdb_arch_exit()
77 int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly; variable85 EXPORT_SYMBOL(__debugger_iabr_match);
18 extern int (*__debugger_iabr_match)(struct pt_regs *regs);
3972 __debugger_iabr_match = xmon_iabr_match; in xmon_init()3988 __debugger_iabr_match = NULL; in xmon_init()
Completed in 38 milliseconds