__NAME 22 arch/powerpc/include/asm/debug.h #define DEBUGGER_BOILERPLATE(__NAME) \ __NAME 23 arch/powerpc/include/asm/debug.h static inline int __NAME(struct pt_regs *regs) \ __NAME 25 arch/powerpc/include/asm/debug.h if (unlikely(__ ## __NAME)) \ __NAME 26 arch/powerpc/include/asm/debug.h return __ ## __NAME(regs); \