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()
741 status = efi_early->call(gop64->query_mode, gop64, in __gop_query64()
854 if (efi_early->is64) in setup_gop()
889 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga32()
934 status = efi_early->call((unsigned long)uga->get_mode, uga, in setup_uga64()
978 if (efi_early->is64) in setup_uga()
1064 efi_early = c; in make_boot_params()
1065 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
1066 handle = (void *)(unsigned long)efi_early->image_handle; in make_boot_params()
1072 if (efi_early->is64) in make_boot_params()
1073 setup_boot_services64(efi_early); in make_boot_params()
1075 setup_boot_services32(efi_early); in make_boot_params()
1402 efi_early = c; in efi_main()
1404 _table = (efi_system_table_t *)(unsigned long)efi_early->table; in efi_main()
1405 handle = (void *)(unsigned long)efi_early->image_handle; in efi_main()
1406 is64 = efi_early->is64; in efi_main()
1415 setup_boot_services64(efi_early); in efi_main()
1417 setup_boot_services32(efi_early); in efi_main()