Home
last modified time | relevance | path

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

/linux-4.4.14/arch/powerpc/include/asm/
Ddebug.h23 #define DEBUGGER_BOILERPLATE(__NAME) \ argument
24 static inline int __NAME(struct pt_regs *regs) \
26 if (unlikely(__ ## __NAME)) \
27 return __ ## __NAME(regs); \