Home
last modified time | relevance | path

Searched refs:efi_rt_call (Results 1 – 2 of 2) sorted by relevance

/Linux-v5.10/drivers/firmware/efi/libstub/
Defistub.h47 #define efi_rt_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__) macro
95 efi_rt_call(get_variable, (efi_char16_t *)(name), \
99 efi_rt_call(set_variable, (efi_char16_t *)(name), \
/Linux-v5.10/arch/x86/include/asm/
Defi.h338 #define efi_rt_call(func, ...) \ macro