Home
last modified time | relevance | path

Searched refs:TableLength (Results 1 – 25 of 27) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Library/PiDxeS3BootScriptLib/
DBootScriptSave.c154 …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 …]
DInternalBootScriptLib.h76 UINT32 TableLength; // Record the actual memory length member
DBootScriptInternalFormat.h36 UINT32 TableLength; member
DBootScriptExecute.c1620 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/
DSmbiosMeasurementDxe.c414 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/
DSmbiosDxe.c428 (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/
DSmBios.h51 UINT16 TableLength; member
/device/linaro/bootloader/edk2/UefiCpuPkg/Include/
DAcpiCpuData.h47 UINT32 TableLength; member
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c238 RegisterTable[Index].TableLength = 0; in CpuS3DataInitialize()
243 RegisterTable[NumberOfCpus + Index].TableLength = 0; in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformSmm/
DSmmScriptSave.c125 Script.TableInfo->TableLength = sizeof(EFI_BOOT_SCRIPT_TABLE_HEADER);
159 Script.TableInfo->TableLength = (UINT32)(ScriptTablePtr - ScriptTableBase);
/device/linaro/bootloader/edk2/OvmfPkg/Library/SmbiosVersionLib/
DDetectSmbiosVersionLib.c68 QemuAnchor.V2.TableLength != TablesSize || in DetectSmbiosVersion()
/device/linaro/bootloader/edk2/QuarkSocPkg/QuarkNorthCluster/QNCInit/Dxe/
DQNCInit.c197 AcpiCpuDataEx->RegisterTable.TableLength = 0; in SaveCpuS3Data()
202 AcpiCpuDataEx->PreSmmInitRegisterTable.TableLength = 0; in SaveCpuS3Data()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Include/
DEfiBootScript.h85 UINT32 TableLength; member
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DLibSmbiosView.c269 SmbiosEnd.Raw = Smbios.Raw + mSmbiosTable->TableLength; in LibGetSmbiosStructure()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBios.c344 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()
DLegacyBootSupport.c818 EntryPointStructure->TableLength in CreateSmbiosTableInReservedMemory()
1242 …if ((Private->Legacy16Table->TableLength >= OFFSET_OF (EFI_COMPATIBILITY16_TABLE, HiPermanentMemor… in GenericLegacyBoot()
DLegacyPci.c2305 …if ((Private->Legacy16Table->TableLength >= OFFSET_OF(EFI_COMPATIBILITY16_TABLE, HiPermanentMemory… in LegacyBiosInstallRom()
/device/linaro/bootloader/edk2/UefiCpuPkg/PiSmmCpuDxeSmm/
DCpuS3.c176 for (Index = 0; Index < RegisterTable->TableLength; Index++, RegisterTableEntry++) { in SetProcessorRegister()
DPiSmmCpuDxeSmm.c632 …for (Index1 = 0; Index1 < DestinationRegisterTableList[Index].TableLength; Index1++, RegisterTable… in CopyRegisterTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBios/
DLegacyBios.h176 UINT8 TableLength; member
/device/linaro/bootloader/edk2/DuetPkg/Library/DuetBdsLib/
DBdsPlatform.c1561 BufferLen = SmbiosEntryLen + SYS_TABLE_PAD(SmbiosEntryLen) + SmbiosTableOri->TableLength; in ConvertSmbiosTable()
1582 SmbiosTableOri->TableLength in ConvertSmbiosTable()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBios.h63 UINT8 TableLength; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Include/IndustryStandard/
DSmbios.h66 UINT16 TableLength; member
/device/linaro/bootloader/edk2/MdePkg/Include/IndustryStandard/
DSmBios.h82 UINT16 TableLength; member
/device/linaro/bootloader/edk2/MdeModulePkg/Library/DxeNetLib/
DDxeNetLib.c3276 SmbiosEnd.Raw = (UINT8 *) (UINTN) (SmbiosTable->TableAddress + SmbiosTable->TableLength); in NetLibGetSystemGuid()

12