Searched refs:efi_fn_call (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/firmware/efi/libstub/ |
| H A D | efistub.h | 59 #define efi_fn_call(inst, func, ...) (inst)->func(__VA_ARGS__) macro 65 efi_fn_call(__inst, func, __inst, ##__VA_ARGS__); \ 68 efi_fn_call(efi_table_attr(efi_system_table, boottime), func, ##__VA_ARGS__) 70 efi_fn_call(efi_table_attr(efi_system_table, runtime), func, ##__VA_ARGS__) 72 efi_fn_call(efi_dxe_table, func, ##__VA_ARGS__)
|
| H A D | efi-stub-helper.c | 313 status = efi_fn_call(&method, hash_log_extend_event, protocol, 0, in efi_measure_tagged_event()
|
| /linux/arch/x86/include/asm/ |
| H A D | efi.h | 354 #define efi_fn_call(inst, func, ...) \ macro
|