Home
last modified time | relevance | path

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

/linux-6.14.4/arch/x86/include/asm/
Defi.h353 #define efi_fn_call(inst, func, ...) \ macro
/linux-6.14.4/drivers/firmware/efi/libstub/
Defistub.h55 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro