Searched refs:efi_early (Results 1 – 1 of 1) sorted by relevance
/linux-4.1.27/arch/x86/boot/compressed/ |
D | eboot.c | 21 static struct efi_config *efi_early; variable 25 return efi_early; in __efi_early() 64 status = efi_early->call((unsigned long)fh->open, fh, &h, filename_16, in __file_size32() 76 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size32() 91 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size32() 117 status = efi_early->call((unsigned long)fh->open, fh, &h, filename_16, in __file_size64() 129 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size64() 144 status = efi_early->call((unsigned long)h->get_info, h, &info_guid, in __file_size64() 163 if (efi_early->is64) in efi_file_size() 174 if (efi_early->is64) { in efi_file_read() [all …]
|