Searched refs:UCALL_MAX_ARGS (Results 1 – 4 of 4) sorted by relevance
25 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
27 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
82 nargs = nargs <= UCALL_MAX_ARGS ? nargs : UCALL_MAX_ARGS; in ucall()
188 #define UCALL_MAX_ARGS 6 macro192 uint64_t args[UCALL_MAX_ARGS];