Home
last modified time | relevance | path

Searched refs:__debugger_iabr_match (Results 1 – 3 of 3) sorted by relevance

/linux/arch/powerpc/include/asm/
H A Ddebug.h18 extern int (*__debugger_iabr_match)(struct pt_regs *regs);
/linux/arch/powerpc/kernel/
H A Dtraps.c78 int (*__debugger_iabr_match)(struct pt_regs *regs) __read_mostly; variable
86 EXPORT_SYMBOL(__debugger_iabr_match);
/linux/arch/powerpc/xmon/
H A Dxmon.c3957 __debugger_iabr_match = xmon_iabr_match; in xmon_init()
3965 __debugger_iabr_match = NULL; in xmon_init()