Home
last modified time | relevance | path

Searched defs:efi_fn_call (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/arch/x86/include/asm/
H A Defi.h354 #define efi_fn_call(inst, func, ...) \ macro
/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h54 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro