Searched refs:SMBIOS_TABLE_GUID (Results 1 – 7 of 7) sorted by relevance
/openbmc/u-boot/lib/efi_loader/ |
H A D | efi_smbios.c | 13 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
|
H A D | helloworld.c | 18 static const efi_guid_t smbios_guid = SMBIOS_TABLE_GUID;
|
/openbmc/linux/arch/x86/platform/efi/ |
H A D | quirks.c | 562 if (!efi_guidcmp(guid, SMBIOS_TABLE_GUID)) in efi_reuse_config()
|
/openbmc/linux/drivers/firmware/efi/ |
H A D | efi.c | 578 {SMBIOS_TABLE_GUID, &efi.smbios, "SMBIOS" },
|
/openbmc/linux/include/linux/ |
H A D | efi.h | 365 #define SMBIOS_TABLE_GUID EFI_GUID(0xeb9d2d31, 0x2d88, 0x11d3, 0x9a, 0x16, 0x00, 0x90, 0x27, 0x3… macro
|
/openbmc/u-boot/include/ |
H A D | efi_api.h | 305 #define SMBIOS_TABLE_GUID \ macro
|
/openbmc/qemu/tests/functional/acpi-bits/bits-tests/ |
H A D | smbios.py2 | 47 sm_ptr = efi.system_table.ConfigurationTableDict.get(efi.SMBIOS_TABLE_GUID)
|