Home
last modified time | relevance | path

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

/linux-6.3-rc2/drivers/firmware/efi/libstub/
A Defistub.h53 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro
59 efi_fn_call(__inst, func, __inst, ##__VA_ARGS__); \
62 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__)
64 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__)
66 efi_fn_call(efi_dxe_table, func, ##__VA_ARGS__)
A Dfile.c148 initrd_dp = efi_fn_call(text_to_dp, convert_text_to_device_path, in efi_open_device_path()
/linux-6.3-rc2/arch/x86/include/asm/
A Defi.h377 #define efi_fn_call(inst, func, ...) \ macro

Completed in 15 milliseconds