Searched refs:__NAME (Results 1 – 1 of 1) sorted by relevance
23 #define DEBUGGER_BOILERPLATE(__NAME) \ argument24 static inline int __NAME(struct pt_regs *regs) \26 if (unlikely(__ ## __NAME)) \27 return __ ## __NAME(regs); \