Searched refs:__debugger_break_match (Results 1 – 4 of 4) sorted by relevance
471 old__debugger_break_match = __debugger_break_match; in kgdb_arch_init()479 __debugger_break_match = kgdb_break_match; in kgdb_arch_init()492 __debugger_break_match = old__debugger_break_match; in kgdb_arch_exit()
79 int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly; variable87 EXPORT_SYMBOL(__debugger_break_match);
19 extern int (*__debugger_break_match)(struct pt_regs *regs);
3977 __debugger_break_match = xmon_break_match; in xmon_init()3985 __debugger_break_match = NULL; in xmon_init()