Searched defs:efi_call_proto (Results 1 – 5 of 5) sorted by relevance
| /kernel/linux/linux-4.19/arch/arm/include/asm/ |
| D | efi.h | 64 #define efi_call_proto(protocol, f, instance, ...) \ macro
|
| /kernel/linux/linux-4.19/arch/arm64/include/asm/ |
| D | efi.h | 93 #define efi_call_proto(protocol, f, instance, ...) \ macro
|
| /kernel/linux/linux-4.19/arch/x86/include/asm/ |
| D | efi.h | 227 #define efi_call_proto(protocol, f, instance, ...) \ macro
|
| /kernel/linux/linux-5.10/arch/x86/include/asm/ |
| D | efi.h | 326 #define efi_call_proto(inst, func, ...) \ macro
|
| /kernel/linux/linux-5.10/drivers/firmware/efi/libstub/ |
| D | efistub.h | 49 #define efi_call_proto(inst, func, ...) inst->func(inst, ##__VA_ARGS__) macro
|