• Home
  • Raw
  • Download

Lines Matching refs:sys_table

21 static efi_system_table_t *sys_table;  variable
35 table = (typeof(table))sys_table; \
76 efi_printk(sys_table, "Failed to allocate memory for 'rom'\n"); in preserve_pci_rom_image()
93 efi_printk(sys_table, "Failed to read rom->vendor\n"); in preserve_pci_rom_image()
102 efi_printk(sys_table, "Failed to read rom->devid\n"); in preserve_pci_rom_image()
150 efi_printk(sys_table, "Failed to allocate memory for 'pci_handle'\n"); in setup_efi_pci()
208 efi_printk(sys_table, "Unsupported properties proto version\n"); in retrieve_apple_device_properties()
220 efi_printk(sys_table, "Failed to allocate memory for 'properties'\n"); in retrieve_apple_device_properties()
250 efi_table_attr(efi_system_table, fw_vendor, sys_table); in setup_quirks()
397 sys_table = (efi_system_table_t *)(unsigned long)efi_early->table; in make_boot_params()
401 if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in make_boot_params()
412 efi_printk(sys_table, "Failed to get handle for LOADED_IMAGE_PROTOCOL\n"); in make_boot_params()
416 status = efi_low_alloc(sys_table, 0x4000, 1, in make_boot_params()
419 efi_printk(sys_table, "Failed to allocate lowmem for boot params\n"); in make_boot_params()
442 cmdline_ptr = efi_convert_cmdline(sys_table, image, &options_size); in make_boot_params()
460 status = handle_cmdline_files(sys_table, image, in make_boot_params()
467 efi_printk(sys_table, "Trying to load files to higher address\n"); in make_boot_params()
468 status = handle_cmdline_files(sys_table, image, in make_boot_params()
484 efi_free(sys_table, options_size, hdr->cmd_line_ptr); in make_boot_params()
486 efi_free(sys_table, 0x4000, (unsigned long)boot_params); in make_boot_params()
649 status = efi_get_memory_map(sys_table, &boot_map); in allocate_e820()
721 status = efi_exit_boot_services(sys_table, handle, &map, &priv, in exit_boot()
756 sys_table = _table; in efi_main()
759 if (sys_table->hdr.signature != EFI_SYSTEM_TABLE_SIGNATURE) in efi_main()
781 boot_params->secure_boot = efi_get_secureboot(sys_table); in efi_main()
784 efi_enable_reset_attack_mitigation(sys_table); in efi_main()
785 efi_retrieve_tpm2_eventlog(sys_table); in efi_main()
796 efi_printk(sys_table, "Failed to allocate memory for 'gdt' structure\n"); in efi_main()
801 status = efi_low_alloc(sys_table, gdt->size, 8, in efi_main()
804 efi_printk(sys_table, "Failed to allocate memory for 'gdt'\n"); in efi_main()
814 status = efi_relocate_kernel(sys_table, &bzimage_addr, in efi_main()
820 efi_printk(sys_table, "efi_relocate_kernel() failed!\n"); in efi_main()
830 efi_printk(sys_table, "exit_boot() failed!\n"); in efi_main()
923 efi_printk(sys_table, "efi_main() failed!\n"); in efi_main()