Home
last modified time | relevance | path

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

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