Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/firmware/efi/libstub/
Defistub.h49 #define efi_rt_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__) macro
98 efi_rt_call(get_variable, (efi_char16_t *)(name), \
102 efi_rt_call(set_variable, (efi_char16_t *)(name), \
/linux-5.19.10/arch/x86/include/asm/
Defi.h362 #define efi_rt_call(func, ...) \ macro