Home
last modified time | relevance | path

Searched refs:EntryPointLength (Results 1 – 11 of 11) sorted by relevance

/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/
DSmBios.h43 UINT8 EntryPointLength; member
/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/
DX86Xen.c45 Length = EntryPointStructure->EntryPointLength; in IsEntryPointStructureValid()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/
DSmbiosMeasurementDxe.c486 … DEBUG ((EFI_D_INFO, " EntryPointLength - 0x%02x\n", Smbios3Table->EntryPointLength)); in MeasureSmbiosTable()
510 … DEBUG ((EFI_D_INFO, " EntryPointLength - 0x%02x\n", SmbiosTable->EntryPointLength)); in MeasureSmbiosTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/
DSmbiosDxe.c1205 …CalculateCheckSum8 ((UINT8 *) EntryPointStructure + 0x10, EntryPointStructure->EntryPointLength - … in SmbiosCreateTable()
1207 CalculateCheckSum8 ((UINT8 *) EntryPointStructure, EntryPointStructure->EntryPointLength); in SmbiosCreateTable()
1374 …teCheckSum8 ((UINT8 *) Smbios30EntryPointStructure, Smbios30EntryPointStructure->EntryPointLength); in SmbiosCreate64BitTable()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c720 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength)), in InstallSmbiosEventCallback()
757 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength)) in InstallSmbiosEventCallback()
DLegacyBootSupport.c809 EntryPointStructure->EntryPointLength in CreateSmbiosTableInReservedMemory()
836 …EntryPointStructure->EntryPointLength - OFFSET_OF (SMBIOS_TABLE_ENTRY_POINT, IntermediateAnchorStr… in CreateSmbiosTableInReservedMemory()
839 CalculateCheckSum8 ((UINT8 *) EntryPointStructure, EntryPointStructure->EntryPointLength); in CreateSmbiosTableInReservedMemory()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h58 UINT8 EntryPointLength; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h142 UINT8 EntryPointLength; member
159 UINT8 EntryPointLength; member
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.c1554 SmbiosEntryLen = SmbiosTableOri->EntryPointLength; in ConvertSmbiosTable()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c163 … (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), gShellDebug1HiiHandle, SmbiosTable->EntryPointLength); in SmbiosPrintEPSInfo()
238 … (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), gShellDebug1HiiHandle, SmbiosTable->EntryPointLength); in Smbios64BitPrintEPSInfo()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch8993 …STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), HiiHandle, SmbiosTable->EntryPointLength);
8994 …TOKEN (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), gSmbiosHiiHandle, SmbiosTable->EntryPointLength);