Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/include/asm/
Defi.h211 __pure const struct efi_config *__efi_early(void);
221 return __efi_early()->is64; in efi_is_64bit()
230 __efi_early()->call(efi_table_attr(protocol, f, instance), \
234 __efi_early()->call(efi_table_attr(efi_boot_services, f, \
235 __efi_early()->boot_services), __VA_ARGS__)
238 __efi_early()->call((unsigned long)f, __VA_ARGS__);
241 __efi_early()->call(efi_table_attr(efi_runtime_services, f, \
242 __efi_early()->runtime_services), __VA_ARGS__)
/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c25 __pure const struct efi_config *__efi_early(void) in __efi_early() function