Home
last modified time | relevance | path

Searched refs:acpi_guid (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_acpi.c12 static const efi_guid_t acpi_guid = EFI_ACPI_TABLE_GUID; variable
40 return efi_install_configuration_table(&acpi_guid, in efi_acpi_register()
H A Dhelloworld.c17 static const efi_guid_t acpi_guid = EFI_ACPI_TABLE_GUID; variable
71 if (!memcmp(&systable->tables[i].guid, &acpi_guid, in efi_main()