Home
last modified time | relevance | path

Searched refs:TableSize (Results 1 – 25 of 49) 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/OpenPlatformPkg/Chips/Hisilicon/Drivers/HisiAcpiPlatformDxe/
DAcpiPlatform.c182 UINTN TableSize; in AcpiPlatformEntryPoint() local
232 TableSize = ((EFI_ACPI_DESCRIPTION_HEADER *) CurrentTable)->Length; in AcpiPlatformEntryPoint()
233 ASSERT (Size >= TableSize); in AcpiPlatformEntryPoint()
238 AcpiPlatformChecksum ((UINT8*)CurrentTable, TableSize); in AcpiPlatformEntryPoint()
246 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/UefiCpuPkg/CpuS3DataDxe/
DCpuS3Data.c154 UINTN TableSize; in CpuS3DataInitialize() local
235 TableSize = 2 * NumberOfCpus * sizeof (CPU_REGISTER_TABLE); in CpuS3DataInitialize()
236 RegisterTable = (CPU_REGISTER_TABLE *)AllocateAcpiNvsMemoryBelow4G (TableSize); in CpuS3DataInitialize()
/device/linaro/bootloader/edk2/MdePkg/Include/Guid/
DDebugImageInfoTable.h71 UINT32 TableSize; member
/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/EdkCompatibilityPkg/Foundation/Efi/Guid/DebugImageInfoTable/
DDebugImageInfoTable.h59 UINT32 TableSize; member
/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/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/SecurityPkg/Tcg/Tcg2Smm/
DTcg2Smm.c425 UINTN TableSize; in PublishAcpiTable() local
432 &TableSize in PublishAcpiTable()
459 TableSize in PublishAcpiTable()
478 TableSize, in PublishAcpiTable()
/device/linaro/bootloader/edk2/ArmPkg/Library/DefaultExceptionHandlerLib/
DDefaultExceptionHandlerUefi.c59 for (Entry = 0; Entry < DebugTableHeader->TableSize; Entry++, DebugTable++) { in GetImageName()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DInstallConfigurationTable.c44 IN UINTN TableSize in SmmInstallConfigurationTable() argument
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/XenonDxe/
DSdMmcPciHci.c1109 UINTN TableSize; in BuildAdmaDescTable() local
1132 TableSize = (UINTN)MultU64x32 (Entries, sizeof (SD_MMC_HC_ADMA_DESC_LINE)); in BuildAdmaDescTable()
1133 Trb->AdmaPages = (UINT32)EFI_SIZE_TO_PAGES (TableSize); in BuildAdmaDescTable()
1138 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
1145 ZeroMem (Trb->AdmaDesc, TableSize); in BuildAdmaDescTable()
1146 Bytes = TableSize; in BuildAdmaDescTable()
1156 if (EFI_ERROR (Status) || (Bytes != TableSize)) { in BuildAdmaDescTable()
1162 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
1178 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/SdMmcPciHcDxe/
DSdMmcPciHci.c1109 UINTN TableSize; in BuildAdmaDescTable() local
1132 TableSize = (UINTN)MultU64x32 (Entries, sizeof (SD_MMC_HC_ADMA_DESC_LINE)); in BuildAdmaDescTable()
1133 Trb->AdmaPages = (UINT32)EFI_SIZE_TO_PAGES (TableSize); in BuildAdmaDescTable()
1138 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
1145 ZeroMem (Trb->AdmaDesc, TableSize); in BuildAdmaDescTable()
1146 Bytes = TableSize; in BuildAdmaDescTable()
1156 if (EFI_ERROR (Status) || (Bytes != TableSize)) { in BuildAdmaDescTable()
1162 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
1178 EFI_SIZE_TO_PAGES (TableSize), in BuildAdmaDescTable()
/device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Drivers/Smbios/ProcessorSubClassDxe/
DProcessorSubClass.c352 UINTN TableSize; in AddSmbiosCacheTypeTable() local
391 TableSize = sizeof(SMBIOS_TABLE_TYPE7) + CacheSocketStrLen + 1 + 1; in AddSmbiosCacheTypeTable()
392 Type7Record = AllocateZeroPool (TableSize); in AddSmbiosCacheTypeTable()
/device/linaro/bootloader/edk2/CryptoPkg/Library/TlsLib/
DTlsConfig.c75 UINTN TableSize; in TlsGetCipherString() local
79 TableSize = sizeof (TlsCipherMappingTable) / sizeof (TLS_CIPHER_PAIR); in TlsGetCipherString()
84 for (Index = 0; Index < TableSize; Index++, CipherEntry++) { in TlsGetCipherString()
/device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Framework/Protocol/LegacyBiosPlatform/
DLegacyBiosPlatform.h94 OUT UINTN *TableSize,
/device/linaro/bootloader/edk2/MdePkg/Include/Pi/
DPiSmmCis.h59 IN UINTN TableSize
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
DRamDiskProtocol.c79 UINTN TableSize; in RamDiskPublishSsdt() local
94 &TableSize in RamDiskPublishSsdt()
104 TableSize, in RamDiskPublishSsdt()
/device/linaro/bootloader/OpenPlatformPkg/Drivers/SdMmc/DwMmcHcDxe/
DDwMmcHci.c1070 UINTN TableSize; in BuildDmaDescTable() local
1099 TableSize = Entries * sizeof (DW_MMC_HC_DMA_DESC_LINE); in BuildDmaDescTable()
1107 EFI_SIZE_TO_PAGES (TableSize), in BuildDmaDescTable()
1114 ZeroMem (Trb->DmaDesc, TableSize); in BuildDmaDescTable()
1115 Bytes = TableSize; in BuildDmaDescTable()
1125 if (EFI_ERROR (Status) || (Bytes != TableSize)) { in BuildDmaDescTable()
1131 EFI_SIZE_TO_PAGES (TableSize), in BuildDmaDescTable()
1148 EFI_SIZE_TO_PAGES (TableSize), in BuildDmaDescTable()
/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

12