Searched refs:EntryPointLength (Results 1 – 11 of 11) sorted by relevance
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/ |
D | SmBios.h | 43 UINT8 EntryPointLength; member
|
/device/linaro/bootloader/edk2/OvmfPkg/SmbiosPlatformDxe/ |
D | X86Xen.c | 45 Length = EntryPointStructure->EntryPointLength; in IsEntryPointStructureValid()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
D | SmbiosMeasurementDxe.c | 486 … 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/ |
D | SmbiosDxe.c | 1205 …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/ |
D | LegacyBios.c | 720 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength)), in InstallSmbiosEventCallback() 757 EFI_SIZE_TO_PAGES ((UINTN) (EntryPointStructure->EntryPointLength)) in InstallSmbiosEventCallback()
|
D | LegacyBootSupport.c | 809 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/ |
D | Smbios.h | 58 UINT8 EntryPointLength; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 142 UINT8 EntryPointLength; member 159 UINT8 EntryPointLength; member
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | BdsPlatform.c | 1554 SmbiosEntryLen = SmbiosTableOri->EntryPointLength; in ConvertSmbiosTable()
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | PrintInfo.c | 163 … (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/ |
D | ShellR33.patch | 8993 …STRING_TOKEN (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), HiiHandle, SmbiosTable->EntryPointLength); 8994 …TOKEN (STR_SMBIOSVIEW_PRINTINFO_ENTRY_POINT_LEN), gSmbiosHiiHandle, SmbiosTable->EntryPointLength);
|