efi_early          23 arch/x86/boot/compressed/eboot.c static struct efi_config *efi_early;
efi_early          27 arch/x86/boot/compressed/eboot.c 	return efi_early;
efi_early          47 arch/x86/boot/compressed/eboot.c 		       efi_early->text_output, str);
efi_early         396 arch/x86/boot/compressed/eboot.c 	efi_early = c;
efi_early         397 arch/x86/boot/compressed/eboot.c 	sys_table = (efi_system_table_t *)(unsigned long)efi_early->table;
efi_early         398 arch/x86/boot/compressed/eboot.c 	handle = (void *)(unsigned long)efi_early->image_handle;
efi_early         405 arch/x86/boot/compressed/eboot.c 		setup_boot_services64(efi_early);
efi_early         407 arch/x86/boot/compressed/eboot.c 		setup_boot_services32(efi_early);
efi_early         751 arch/x86/boot/compressed/eboot.c 	efi_early = c;
efi_early         753 arch/x86/boot/compressed/eboot.c 	_table = (efi_system_table_t *)(unsigned long)efi_early->table;
efi_early         754 arch/x86/boot/compressed/eboot.c 	handle = (void *)(unsigned long)efi_early->image_handle;
efi_early         763 arch/x86/boot/compressed/eboot.c 		setup_boot_services64(efi_early);
efi_early         765 arch/x86/boot/compressed/eboot.c 		setup_boot_services32(efi_early);