Home
last modified time | relevance | path

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

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