Lines Matching refs:efi_early

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()
178 return efi_early->call(func, handle, size, addr); in efi_file_read()
183 return efi_early->call(func, handle, size, addr); in efi_file_read()
189 if (efi_early->is64) { in efi_file_close()
192 return efi_early->call((unsigned long)fh->close, handle); in efi_file_close()
196 return efi_early->call((unsigned long)fh->close, handle); in efi_file_close()
218 status = efi_early->call(func, io, &fh); in __open_volume32()
244 status = efi_early->call(func, io, &fh); in __open_volume64()
255 if (efi_early->is64) in efi_open_volume()
266 if (efi_early->is64) { in efi_char16_printk()
271 output_string = efi_early->text_output + offset; in efi_char16_printk()
272 out = (typeof(out))(unsigned long)efi_early->text_output; in efi_char16_printk()
275 efi_early->call(*func, out, str); in efi_char16_printk()
281 output_string = efi_early->text_output + offset; in efi_char16_printk()
282 out = (typeof(out))(unsigned long)efi_early->text_output; in efi_char16_printk()
285 efi_early->call(*func, out, str); in efi_char16_printk()
320 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci32()
345 status = efi_early->call(pci->pci.read, pci, EfiPciIoWidthUint16, in __setup_efi_pci32()
353 status = efi_early->call(pci->pci.read, pci, EfiPciIoWidthUint16, in __setup_efi_pci32()
361 status = efi_early->call(pci->get_location, pci, &(rom->segment), in __setup_efi_pci32()
428 status = efi_early->call(pci->attributes, pci, in __setup_efi_pci64()
451 status = efi_early->call(pci->pci.read, pci, EfiPciIoWidthUint16, in __setup_efi_pci64()
459 status = efi_early->call(pci->pci.read, pci, EfiPciIoWidthUint16, in __setup_efi_pci64()
467 status = efi_early->call(pci->get_location, pci, &(rom->segment), in __setup_efi_pci64()
565 if (efi_early->is64) in setup_efi_pci()
636 status = efi_early->call(gop32->query_mode, gop32, in __gop_query32()
749 status = efi_early->call(gop64->query_mode, gop64, in __gop_query64()
870 if (efi_early->is64) in setup_gop()
905 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga32()
950 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga64()
994 if (efi_early->is64) in setup_uga()
1079 efi_early = c; in make_boot_params()
1080 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
1081 handle = (void *)(unsigned long)efi_early->image_handle; in make_boot_params()
1087 if (efi_early->is64) in make_boot_params()
1088 setup_boot_services64(efi_early); in make_boot_params()
1090 setup_boot_services32(efi_early); in make_boot_params()
1418 efi_early = c; in efi_main()
1420 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
1421 handle = (void *)(unsigned long)efi_early->image_handle; in efi_main()
1422 is64 = efi_early->is64; in efi_main()
1431 setup_boot_services64(efi_early); in efi_main()
1433 setup_boot_services32(efi_early); in efi_main()