Searched refs:__debugger_break_match (Results 1 – 4 of 4) sorted by relevance
475 old__debugger_break_match = __debugger_break_match; in kgdb_arch_init()483 __debugger_break_match = kgdb_break_match; in kgdb_arch_init()496 __debugger_break_match = old__debugger_break_match; in kgdb_arch_exit()
77 int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly; variable85 EXPORT_SYMBOL(__debugger_break_match);
19 extern int (*__debugger_break_match)(struct pt_regs *regs);
3908 __debugger_break_match = xmon_break_match; in xmon_init()3924 __debugger_break_match = NULL; in xmon_init()