Home
last modified time | relevance | path

Searched defs:efi_call_early (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.4/arch/arm/include/asm/
Defi.h53 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/arm64/include/asm/
Defi.h96 #define efi_call_early(f, ...) sys_table_arg->boottime->f(__VA_ARGS__) macro
/Linux-v5.4/arch/x86/include/asm/
Defi.h233 #define efi_call_early(f, ...) \ macro