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

/linux-master/arch/powerpc/include/asm/
H A Ddebug.h18 extern int (*__debugger_iabr_match)(struct pt_regs *regs);
/linux-master/arch/powerpc/kernel/
H A Dkgdb.c470 old__debugger_iabr_match = __debugger_iabr_match;
478 __debugger_iabr_match = kgdb_iabr_match;
491 __debugger_iabr_match = old__debugger_iabr_match;
H A Dtraps.c78 int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly;
86 EXPORT_SYMBOL(__debugger_iabr_match); variable
/linux-master/arch/powerpc/xmon/
H A Dxmon.c3974 __debugger_iabr_match = xmon_iabr_match;
3982 __debugger_iabr_match = NULL;

Completed in 249 milliseconds