Home
last modified time | relevance | path

Searched refs:SMBIOS_TABLE_GUID (Results 1 – 7 of 7) sorted by relevance

/openbmc/u-boot/lib/efi_loader/
H A Defi_smbios.c13 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
H A Dhelloworld.c18 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
/openbmc/linux/arch/x86/platform/efi/
H A Dquirks.c562 if (!efi_guidcmp(guid, SMBIOS_TABLE_GUID)) in efi_reuse_config()
/openbmc/linux/drivers/firmware/efi/
H A Defi.c578 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
/openbmc/linux/include/linux/
H A Defi.h364 #define SMBIOS_TABLE_GUID EFI_GUID(0xeb9d2d31, 0x2d88, 0x11d3, 0x9a, 0x16, 0x00, 0x90, 0x27, 0x3… macro
/openbmc/u-boot/include/
H A Defi_api.h305 #define SMBIOS_TABLE_GUID \ macro
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py247 sm_ptr = efi.system_table.ConfigurationTableDict.get(efi.SMBIOS_TABLE_GUID)