Home
last modified time | relevance | path

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

/Linux-v6.1/arch/x86/include/asm/
Defi.h361 #define efi_rt_call(func, ...) \ macro
/Linux-v6.1/drivers/firmware/efi/libstub/
Defistub.h49 #define efi_rt_call(func, ...) efi_system_table->runtime->func(__VA_ARGS__) macro