Lines Matching refs:efi_early
23 static struct efi_config *efi_early; variable
27 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()
745 handle = (void *)(unsigned long)efi_early->image_handle; in efi_main()
754 setup_boot_services64(efi_early); in efi_main()
756 setup_boot_services32(efi_early); in efi_main()