Searched refs:__debugger_bpt (Results 1 - 4 of 4) sorted by path

/linux-master/arch/powerpc/include/asm/
H A Ddebug.h16 extern int (*__debugger_bpt)(struct pt_regs *regs);
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c468 old__debugger_bpt = __debugger_bpt;
476 __debugger_bpt = kgdb_handle_breakpoint;
489 __debugger_bpt = old__debugger_bpt;
H A Dtraps.c76 int (*__debugger_bpt)(struct pt_regs *regs) __read_mostly;
84 EXPORT_SYMBOL(__debugger_bpt); variable
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3972 __debugger_bpt = xmon_bpt;
3980 __debugger_bpt = NULL;

Completed in 203 milliseconds