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

/linux-master/arch/x86/include/asm/
H A Defi.h63 * __efi_nargs_check(f, n, ...) will cause a BUILD_BUG if the ellipsis
67 #define __efi_nargs_check(f, n, ...) \ macro
102 __efi_nargs_check(efi_call, 7, __VA_ARGS__); \
153 __efi_nargs_check(efi64_thunk, 9, __VA_ARGS__); \

Completed in 132 milliseconds