Searched refs:__efi_nargs (Results 1 - 1 of 1) sorted by relevance

/linux-master/arch/x86/include/asm/
H A Defi.h42 * __efi_nargs() will return the number of arguments if it is 7 or less, and
50 #define __efi_nargs(...) __efi_nargs_(__VA_ARGS__) macro
59 ({ BUILD_BUG_ON_MSG(1, "__efi_nargs limit exceeded"); 10; }))
68 __efi_nargs_check_(f, __efi_nargs(__VA_ARGS__), n)
330 __PASTE(__efi64_argmap__, __efi_nargs(__efi_eat mapped))(mapped, args)

Completed in 138 milliseconds