/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/ |
D | BootScriptSave.c | 154 …CopyMem (mS3BootScriptTablePtr->TableBase + mS3BootScriptTablePtr->TableLength, &ScriptTerminate, … in S3BootScriptInternalCloseTable() 159 …ScriptTableInfo->TableLength = mS3BootScriptTablePtr->TableLength + sizeof (EFI_BOOT_SCRIPT_TERMIN… in S3BootScriptInternalCloseTable() 402 …mS3BootScriptTablePtr->BootTimeScriptLength = (UINT32) (mS3BootScriptTablePtr->TableLength + sizeo… in S3BootScriptSmmAtRuntimeCallBack() 566 UINT32 TableLength; in S3BootScriptGetBootTimeEntryAddAddress() local 596 ScriptTableInfo->TableLength = 0; // will be calculate at CloseTable in S3BootScriptGetBootTimeEntryAddAddress() 597 mS3BootScriptTablePtr->TableLength = sizeof (EFI_BOOT_SCRIPT_TABLE_HEADER); in S3BootScriptGetBootTimeEntryAddAddress() 604 TableLength = mS3BootScriptTablePtr->TableLength; in S3BootScriptGetBootTimeEntryAddAddress() 605 …if ((UINTN) EFI_PAGES_TO_SIZE ((UINTN) PageNumber) < (UINTN) (TableLength + EntryLength + sizeof (… in S3BootScriptGetBootTimeEntryAddAddress() 622 CopyMem ((VOID*)(UINTN)NewS3TableBase, (VOID*)(UINTN)S3TableBase, TableLength); in S3BootScriptGetBootTimeEntryAddAddress() 631 NewEntryPtr = mS3BootScriptTablePtr->TableBase + TableLength; in S3BootScriptGetBootTimeEntryAddAddress() [all …]
|
D | InternalBootScriptLib.h | 76 UINT32 TableLength; // Record the actual memory length member
|
D | BootScriptInternalFormat.h | 36 UINT32 TableLength; member
|
D | BootScriptExecute.c | 1620 UINT32 TableLength; in S3BootScriptExecute() local 1640 TableLength = TableHeader.TableLength; in S3BootScriptExecute() 1647 DEBUG ((EFI_D_INFO, "TableHeader.TableLength - 0x%08x\n", (UINTN)TableLength)); in S3BootScriptExecute() 1649 while ((UINTN) Script < (UINTN) (StartAddress + TableLength)) { in S3BootScriptExecute()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosMeasurementDxe/ |
D | SmbiosMeasurementDxe.c | 414 IN UINTN TableLength in FilterSmbiosTable() argument 422 TableAddressEnd = (VOID *)((UINTN)TableAddress + TableLength); in FilterSmbiosTable() 455 UINTN TableLength; in MeasureSmbiosTable() local 460 TableLength = 0; in MeasureSmbiosTable() 521 DEBUG ((EFI_D_INFO, " TableLength - 0x%04x\n", SmbiosTable->TableLength)); in MeasureSmbiosTable() 530 TableLength = GetSmbiosTableLength (SmbiosTableAddress, Smbios3Table->TableMaximumSize); in MeasureSmbiosTable() 533 TableLength = SmbiosTable->TableLength; in MeasureSmbiosTable() 538 DEBUG ((DEBUG_INFO, "The Smbios Table size: 0x%x\n", TableLength)); in MeasureSmbiosTable() 539 DEBUG_CODE (InternalDumpHex ((UINT8 *)(UINTN)SmbiosTableAddress, TableLength);); in MeasureSmbiosTable() 541 TableAddress = AllocateCopyPool ((UINTN)TableLength, (VOID *)(UINTN)SmbiosTableAddress); in MeasureSmbiosTable() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SmbiosDxe/ |
D | SmbiosDxe.c | 428 (EntryPointStructure->TableLength + StructureSize > SMBIOS_TABLE_MAX_LENGTH)) { in SmbiosAdd() 688 … (EntryPointStructure->TableLength + InputStrLen - TargetStrLen > SMBIOS_TABLE_MAX_LENGTH)) { in SmbiosUpdateString() 1103 EntryPointStructure->TableLength = 0; in SmbiosCreateTable() 1119 EntryPointStructure->TableLength = (UINT16) (EntryPointStructure->TableLength + RecordSize); in SmbiosCreateTable() 1136 …EntryPointStructure->TableLength = (UINT16) (EntryPointStructure->TableLength + sizeof (EndStructu… in SmbiosCreateTable() 1141 if ((UINTN) EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength) > mPreAllocatedPages) { in SmbiosCreateTable() 1164 EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength), in SmbiosCreateTable() 1173 mPreAllocatedPages = EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength); in SmbiosCreateTable()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/SmBios/ |
D | SmBios.h | 51 UINT16 TableLength; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/ |
D | AcpiCpuData.h | 47 UINT32 TableLength; member
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/ |
D | CpuS3Data.c | 238 RegisterTable[Index].TableLength = 0; in CpuS3DataInitialize() 243 RegisterTable[NumberOfCpus + Index].TableLength = 0; in CpuS3DataInitialize()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/ |
D | SmmScriptSave.c | 125 Script.TableInfo->TableLength = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER); 159 Script.TableInfo->TableLength = (UINT32)(ScriptTablePtr - ScriptTableBase);
|
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/ |
D | DetectSmbiosVersionLib.c | 68 QemuAnchor.V2.TableLength != TablesSize || in DetectSmbiosVersion()
|
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/ |
D | QNCInit.c | 197 AcpiCpuDataEx->RegisterTable.TableLength = 0; in SaveCpuS3Data() 202 AcpiCpuDataEx->PreSmmInitRegisterTable.TableLength = 0; in SaveCpuS3Data()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/ |
D | EfiBootScript.h | 85 UINT32 TableLength; member
|
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/ |
D | LibSmbiosView.c | 269 SmbiosEnd.Raw = Smbios.Raw + mSmbiosTable->TableLength; in LibGetSmbiosStructure()
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBios.c | 344 PtrEnd = Ptr + Table->TableLength; in ShadowAndStartLegacy16() 731 (mStructureTablePages < (UINTN) EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength))) { in InstallSmbiosEventCallback() 747 mStructureTablePages = EFI_SIZE_TO_PAGES (EntryPointStructure->TableLength); in InstallSmbiosEventCallback()
|
D | LegacyBootSupport.c | 818 EntryPointStructure->TableLength in CreateSmbiosTableInReservedMemory() 1242 …if ((Private->Legacy16Table->TableLength >= OFFSET_OF (EFI_COMPATIBILITY16_TABLE, HiPermanentMemor… in GenericLegacyBoot()
|
D | LegacyPci.c | 2305 …if ((Private->Legacy16Table->TableLength >= OFFSET_OF(EFI_COMPATIBILITY16_TABLE, HiPermanentMemory… in LegacyBiosInstallRom()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/ |
D | CpuS3.c | 176 for (Index = 0; Index < RegisterTable->TableLength; Index++, RegisterTableEntry++) { in SetProcessorRegister()
|
D | PiSmmCpuDxeSmm.c | 632 …for (Index1 = 0; Index1 < DestinationRegisterTableList[Index].TableLength; Index1++, RegisterTable… in CopyRegisterTable()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/ |
D | LegacyBios.h | 176 UINT8 TableLength; member
|
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/ |
D | BdsPlatform.c | 1561 BufferLen = SmbiosEntryLen + SYS_TABLE_PAD(SmbiosEntryLen) + SmbiosTableOri->TableLength; in ConvertSmbiosTable() 1582 SmbiosTableOri->TableLength in ConvertSmbiosTable()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBios.h | 63 UINT8 TableLength; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/ |
D | Smbios.h | 66 UINT16 TableLength; member
|
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/ |
D | SmBios.h | 82 UINT16 TableLength; member
|
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/ |
D | DxeNetLib.c | 3276 SmbiosEnd.Raw = (UINT8 *) (UINTN) (SmbiosTable->TableAddress + SmbiosTable->TableLength); in NetLibGetSystemGuid()
|