Home
last modified time | relevance | path

Searched refs:efi_ct (Results 1 – 3 of 3) sorted by relevance

/xen/xen/common/efi/
A Defi.h21 extern const EFI_CONFIGURATION_TABLE *efi_ct;
A Dboot.c738 efi_ct = SystemTable->ConfigurationTable; in efi_init()
864 if ( match_guid(&acpi2_guid, &efi_ct[i].VendorGuid) ) in efi_tables()
865 efi.acpi20 = (long)efi_ct[i].VendorTable; in efi_tables()
866 if ( match_guid(&acpi_guid, &efi_ct[i].VendorGuid) ) in efi_tables()
867 efi.acpi = (long)efi_ct[i].VendorTable; in efi_tables()
868 if ( match_guid(&mps_guid, &efi_ct[i].VendorGuid) ) in efi_tables()
869 efi.mps = (long)efi_ct[i].VendorTable; in efi_tables()
870 if ( match_guid(&smbios_guid, &efi_ct[i].VendorGuid) ) in efi_tables()
871 efi.smbios = (long)efi_ct[i].VendorTable; in efi_tables()
873 efi.smbios3 = (long)efi_ct[i].VendorTable; in efi_tables()
[all …]
A Druntime.c39 const EFI_CONFIGURATION_TABLE *__read_mostly efi_ct; variable
231 info->cfg.addr = __pa(efi_ct); in efi_get_info()

Completed in 7 milliseconds