Home
last modified time | relevance | path

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

/Linux-v5.4/arch/x86/boot/compressed/
Deboot.c23 static struct efi_config *efi_early; variable
27 return efi_early; in __efi_early()
47 efi_early->text_output, str); in efi_char16_printk()
396 efi_early = c; in make_boot_params()
397 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
398 handle = (void *)(unsigned long)efi_early->image_handle; in make_boot_params()
405 setup_boot_services64(efi_early); in make_boot_params()
407 setup_boot_services32(efi_early); in make_boot_params()
751 efi_early = c; in efi_main()
753 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
[all …]