Searched refs:efi_fn_call (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/drivers/firmware/efi/libstub/ |
D | efistub.h | 54 #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__)
|
D | file.c | 148 initrd_dp = efi_fn_call(text_to_dp, convert_text_to_device_path, in efi_open_device_path()
|
D | efi-stub-helper.c | 313 status = efi_fn_call(&method, hash_log_extend_event, protocol, 0, in efi_measure_tagged_event()
|
/linux-6.12.1/arch/x86/include/asm/ |
D | efi.h | 350 #define efi_fn_call(inst, func, ...) \ macro
|