| D | nsi_cpu_if_internal.h | 16 #define FUNCT(i, pre, post) \  argument 19 #define FUNCT_LIST(pre, post, sep) \  argument 37 #define F_TRAMP_TABLE(pre, post) FUNCT_LIST(pre, post, (,))  argument 39 #define F_TRAMP_LIST(pre, post) FUNCT_LIST(pre, post, (;))  argument 41 #define F_TRAMP_BODY_LIST(pre, post) FUNCT_LIST(pre, post, ())  argument 43 #define TRAMPOLINES(pre, post)             \  argument 52 #define TRAMPOLINES_i_vp(pre, post)           \  argument 61 #define TRAMPOLINES_i_(pre, post)             \  argument
  |