Searched refs:__debugger_break_match (Results 1 – 3 of 3) sorted by relevance
19 extern int (*__debugger_break_match)(struct pt_regs *regs);
79 int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly; variable 87 EXPORT_SYMBOL(__debugger_break_match);
3958 __debugger_break_match = xmon_break_match; in xmon_init() 3966 __debugger_break_match = NULL; in xmon_init()