/device/linaro/bootloader/edk2/MdeModulePkg/Core/Dxe/Misc/ |
D | DebugImageInfo.c | 177 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/ |
D | AcpiPlatform.c | 181 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/ |
D | AcpiPlatform.c | 156 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()
|
D | QemuFwCfgAcpi.c | 427 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/ |
D | Tcg2Smm.c | 227 UINTN TableSize; in PublishAcpiTable() local 234 &TableSize in PublishAcpiTable() 248 TableSize in PublishAcpiTable() 267 TableSize, in PublishAcpiTable()
|
/device/linaro/bootloader/edk2/UefiCpuPkg/CpuS3DataDxe/ |
D | CpuS3Data.c | 137 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/ |
D | Misc.c | 835 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/ |
D | TcgSmm.c | 355 UINTN TableSize; in PublishAcpiTable() local 362 &TableSize in PublishAcpiTable() 376 TableSize in PublishAcpiTable() 395 TableSize, in PublishAcpiTable()
|
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/ |
D | DebugImageInfoTable.h | 71 UINT32 TableSize; member
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/ |
D | DebugImageInfoTable.h | 59 UINT32 TableSize; member
|
/device/linaro/bootloader/edk2/SecurityPkg/Tcg/TrEESmm/ |
D | TrEESmm.c | 351 UINTN TableSize; in PublishAcpiTable() local 358 &TableSize in PublishAcpiTable() 372 TableSize in PublishAcpiTable() 391 TableSize, in PublishAcpiTable()
|
/device/linaro/bootloader/edk2/IntelFrameworkPkg/Include/Protocol/ |
D | LegacyBiosPlatform.h | 470 UINT16 TableSize; member 566 OUT UINTN *TableSize,
|
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/ |
D | DefaultExceptionHandlerUefi.c | 80 for (Entry = 0; Entry < gDebugImageTableHeader->TableSize; Entry++, DebugTable++) { in GetImageName()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | InstallConfigurationTable.c | 44 IN UINTN TableSize in SmmInstallConfigurationTable() argument
|
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/ |
D | PiSmmCis.h | 59 IN UINTN TableSize
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/ |
D | LegacyBiosPlatform.h | 94 OUT UINTN *TableSize,
|
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Csm/LegacyBiosDxe/ |
D | LegacyBootSupport.c | 643 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/ |
D | UsbIo.h | 170 OUT UINT16 *TableSize
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Smm/SmmScriptLib/ |
D | PiSmmDefinition.h | 108 IN UINTN TableSize
|
/device/linaro/bootloader/edk2/MdePkg/Include/Protocol/ |
D | UsbIo.h | 473 OUT UINT16 *TableSize
|
/device/linaro/bootloader/edk2/OvmfPkg/Csm/CsmSupportLib/ |
D | LegacyPlatform.c | 721 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/ |
D | EblCmdLib.c | 93 for (Entry = 0; Entry < DebugImageTableHeader->TableSize; Entry++, DebugTable++) { in EblSymbolTable()
|
/device/linaro/bootloader/OpenPlatformPkg/Platforms/TexasInstruments/BeagleBoard/Library/EblCmdLib/ |
D | EblCmdLib.c | 93 for (Entry = 0; Entry < DebugImageTableHeader->TableSize; Entry++, DebugTable++) { in EblSymbolTable()
|
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Sample/Tools/Source/UefiVfrCompile/ |
D | VfrUtilityLib.cpp | 1510 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/ |
D | SmmCis.h | 442 IN UINTN TableSize
|