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