Searched refs:__efi_nargs_check (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/x86/include/asm/ |
H A D | efi.h | 58 * __efi_nargs_check(f, n, ...) will cause a BUILD_BUG if the ellipsis 62 #define __efi_nargs_check(f, n, ...) \ macro 93 __efi_nargs_check(efi_call, 7, __VA_ARGS__); \ 171 __efi_nargs_check(efi64_thunk, 6, __VA_ARGS__); \
|
/kernel/linux/linux-6.6/arch/x86/include/asm/ |
H A D | efi.h | 63 * __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__); \ 162 __efi_nargs_check(efi64_thunk, 9, __VA_ARGS__); \
|
Completed in 3 milliseconds