Home
last modified time | relevance | path

Searched refs:efi_fn_call (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/firmware/efi/libstub/
H A Defistub.h54 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro
60 efi_fn_call(__inst, func, __inst, ##__VA_ARGS__); \
63 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
65 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__)
67 efi_fn_call(efi_dxe_table, func, ##__VA_ARGS__)
H A Dfile.c148 initrd_dp = efi_fn_call(text_to_dp, convert_text_to_device_path, in efi_open_device_path()
/openbmc/linux/arch/x86/include/asm/
H A Defi.h354 #define efi_fn_call(inst, func, ...) \ macro