Searched defs:efi_call_runtime (Results 1 – 3 of 3) sorted by relevance
58 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) macro
87 #define efi_call_runtime(f, ...) sys_table_arg->runtime->f(__VA_ARGS__) macro
240 #define efi_call_runtime(f, ...) \ macro