Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/firmware/efi/libstub/
Dloongarch-stub.c89 efi_rt_call(set_virtual_address_map, in efi_boot_kernel()
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-6.1.9/arch/x86/include/asm/
Defi.h361 #define efi_rt_call(func, ...) \ macro