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()
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()
754 handle = (void *)(unsigned long)efi_early->image_handle; in efi_main()
763 setup_boot_services64(efi_early); in efi_main()
765 setup_boot_services32(efi_early); in efi_main()