Searched refs:__debugger_break_match (Results 1 - 4 of 4) sorted by relevance

/linux-master/arch/powerpc/include/asm/
H A Ddebug.h19 extern int (*__debugger_break_match)(struct pt_regs *regs);
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c471 old__debugger_break_match = __debugger_break_match;
479 __debugger_break_match = kgdb_break_match;
492 __debugger_break_match = old__debugger_break_match;
H A Dtraps.c79 int (*__debugger_break_match)(struct pt_regs *regs) __read_mostly;
87 EXPORT_SYMBOL(__debugger_break_match); variable
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3975 __debugger_break_match = xmon_break_match;
3983 __debugger_break_match = NULL;

Completed in 164 milliseconds