Searched refs:efi_early (Results 1 – 1 of 1) sorted by relevance
23 static struct efi_config *efi_early; variable27 return efi_early; in __efi_early()47 efi_early->text_output, str); in efi_char16_printk()399 efi_early = c; in make_boot_params()400 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()401 handle = (void *)(unsigned long)efi_early->image_handle; in make_boot_params()408 setup_boot_services64(efi_early); in make_boot_params()410 setup_boot_services32(efi_early); in make_boot_params()742 efi_early = c; in efi_main()744 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()[all …]