Home
last modified time | relevance | path

Searched refs:TableSize (Results 1 – 25 of 41) sorted by relevance

12

/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/
DDebugImageInfo.c177 UINTN TableSize; in CoreNewDebugImageInfoEntry() local
186 if (mDebugInfoTableHeader.TableSize < mMaxTableEntries) { in CoreNewDebugImageInfoEntry()
202 TableSize = mMaxTableEntries * EFI_DEBUG_TABLE_ENTRY_SIZE; in CoreNewDebugImageInfoEntry()
203 NewTable = AllocateZeroPool (TableSize + EFI_PAGE_SIZE); in CoreNewDebugImageInfoEntry()
211 CopyMem (NewTable, Table, TableSize); in CoreNewDebugImageInfoEntry()
243 mDebugInfoTableHeader.TableSize++; in CoreNewDebugImageInfoEntry()
280 mDebugInfoTableHeader.TableSize--; in CoreRemoveDebugImageInfoEntry()
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiPlatformDxe/
DAcpiPlatform.c181 UINTN TableSize; in AcpiPlatformEntryPoint() local
223 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length; in AcpiPlatformEntryPoint()
224 ASSERT (Size >= TableSize); in AcpiPlatformEntryPoint()
229 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize); in AcpiPlatformEntryPoint()
237 TableSize, in AcpiPlatformEntryPoint()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DAcpiPlatform.c156 UINTN TableSize; in InstallOvmfFvTables() local
197 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length; in InstallOvmfFvTables()
198 ASSERT (Size >= TableSize); in InstallOvmfFvTables()
206 TableSize, in InstallOvmfFvTables()
DQemuFwCfgAcpi.c427 UINTN TableSize; in Process2ndPassCmdAddPointer() local
458 TableSize = 0; in Process2ndPassCmdAddPointer()
472 TableSize = Facs->Length; in Process2ndPassCmdAddPointer()
479 if (TableSize == 0 && sizeof *Header <= Blob2Remaining) { in Process2ndPassCmdAddPointer()
492 TableSize = Header->Length; in Process2ndPassCmdAddPointer()
506 if (TableSize == 0) { in Process2ndPassCmdAddPointer()
519 (VOID *)(UINTN)PointerValue, TableSize, in Process2ndPassCmdAddPointer()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c227 UINTN TableSize; in PublishAcpiTable() local
234 &TableSize in PublishAcpiTable()
248 TableSize in PublishAcpiTable()
267 TableSize, in PublishAcpiTable()
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c137 UINTN TableSize; in CpuS3DataInitialize() local
226 TableSize = 2 * NumberOfCpus * sizeof (CPU_REGISTER_TABLE); in CpuS3DataInitialize()
227 RegisterTable = (CPU_REGISTER_TABLE *)AllocateAcpiNvsMemoryBelow4G (TableSize); in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/BiosThunk/Snp16Dxe/
DMisc.c835 IN UINTN TableSize, in MakePxeCall() argument
848 …_NET, "MakePxeCall(CallIndex = %02x, Table = %X, TableSize = %d)\n", CallIndex, Table, TableSize)); in MakePxeCall()
865 TableSize / EFI_PAGE_SIZE + 1, in MakePxeCall()
875 CopyMem (MemPageAddress, Table, TableSize); in MakePxeCall()
912 for (Index = 0; Index < TableSize; Index++) { in MakePxeCall()
935 for (Index = 0; Index < TableSize; Index++) { in MakePxeCall()
944 CopyMem (Table, MemPageAddress, TableSize); in MakePxeCall()
959 gBS->FreePages ((EFI_PHYSICAL_ADDRESS) (UINTN) MemPageAddress, TableSize / EFI_PAGE_SIZE + 1); in MakePxeCall()
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TcgSmm/
DTcgSmm.c355 UINTN TableSize; in PublishAcpiTable() local
362 &TableSize in PublishAcpiTable()
376 TableSize in PublishAcpiTable()
395 TableSize, in PublishAcpiTable()
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DDebugImageInfoTable.h71 UINT32 TableSize; member
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/
DDebugImageInfoTable.h59 UINT32 TableSize; member
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/
DTrEESmm.c351 UINTN TableSize; in PublishAcpiTable() local
358 &TableSize in PublishAcpiTable()
372 TableSize in PublishAcpiTable()
391 TableSize, in PublishAcpiTable()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/
DLegacyBiosPlatform.h470 UINT16 TableSize; member
566 OUT UINTN *TableSize,
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/
DDefaultExceptionHandlerUefi.c80 for (Entry = 0; Entry < gDebugImageTableHeader->TableSize; Entry++, DebugTable++) { in GetImageName()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DInstallConfigurationTable.c44 IN UINTN TableSize in SmmInstallConfigurationTable() argument
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiSmmCis.h59 IN UINTN TableSize
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h94 OUT UINTN *TableSize,
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/
DLegacyBootSupport.c643 UINTN TableSize; in LegacyGetDataOrTable() local
671 &TableSize, in LegacyGetDataOrTable()
678 …- %x, Size - %x, Location - %x, Alignment - %x\n", (UINTN)Table, (UINTN)TableSize, (UINTN)Location… in LegacyGetDataOrTable()
694 Regs.X.CX = (UINT16) TableSize; in LegacyGetDataOrTable()
720 &TableSize, in LegacyGetDataOrTable()
730 Legacy16Table->MpTableLength = (UINT32)TableSize; in LegacyGetDataOrTable()
778 TableSize in LegacyGetDataOrTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Protocol/UsbIo/
DUsbIo.h170 OUT UINT16 *TableSize
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/
DPiSmmDefinition.h108 IN UINTN TableSize
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/
DUsbIo.h473 OUT UINT16 *TableSize
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/
DLegacyPlatform.c721 PirqTableHead.PirqTable.TableSize = PTableSize; in GetRoutingTable()
779 OUT UINTN *TableSize, in GetPlatformInfo() argument
800 (UINTN *) TableSize in GetPlatformInfo()
/device/linaro/bootloader/edk2/BeagleBoardPkg/Library/EblCmdLib/
DEblCmdLib.c93 for (Entry = 0; Entry < DebugImageTableHeader->TableSize; Entry++, DebugTable++) { in EblSymbolTable()
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/
DEblCmdLib.c93 for (Entry = 0; Entry < DebugImageTableHeader->TableSize; Entry++, DebugTable++) { in EblSymbolTable()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/
DVfrUtilityLib.cpp1510 UINT32 TableSize; in NameTableAddItem() local
1513 TableSize = mNewVarStorageNode->mStorageInfo.mNameSpace.mTableSize; in NameTableAddItem()
1515 if ((TableSize != 0) && ((TableSize % DEFAULT_NAME_TABLE_ITEMS) == 0)) { in NameTableAddItem()
1516 if ((NewTable = new EFI_VARSTORE_ID[TableSize + DEFAULT_NAME_TABLE_ITEMS]) == NULL) { in NameTableAddItem()
1519 memcpy (NewTable, OldTable, TableSize); in NameTableAddItem()
1523 mNewVarStorageNode->mStorageInfo.mNameSpace.mNameTable[TableSize++] = Item; in NameTableAddItem()
1524 mNewVarStorageNode->mStorageInfo.mNameSpace.mTableSize = TableSize; in NameTableAddItem()
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Framework/
DSmmCis.h442 IN UINTN TableSize

12