Home
last modified time | relevance | path

Searched refs:mEfiAcpiMaxNumTables (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/AcpiTableDxe/
DAcpiTableProtocol.c23 UINTN mEfiAcpiMaxNumTables = EFI_ACPI_MAX_NUM_TABLES; variable
347 NewMaxTableNumber = mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES; in ReallocateAcpiTableBuffer()
407 …1, TempPrivateData.Rsdt1, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
408 …3, TempPrivateData.Rsdt3, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
410 …dt, TempPrivateData.Xsdt, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
416 mEfiAcpiMaxNumTables * sizeof (UINT64); in ReallocateAcpiTableBuffer()
420 mEfiAcpiMaxNumTables * sizeof (UINT32) + in ReallocateAcpiTableBuffer()
422 mEfiAcpiMaxNumTables * sizeof (UINT32); in ReallocateAcpiTableBuffer()
430 mEfiAcpiMaxNumTables = NewMaxTableNumber; in ReallocateAcpiTableBuffer()
916 if (AcpiTableInstance->NumberOfTableEntries1 >= mEfiAcpiMaxNumTables) { in AddTableToList()
[all …]
/device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/Acpi/AcpiSupportDxe/
DAcpiSupportAcpiSupportProtocol.c24 UINTN mEfiAcpiMaxNumTables = EFI_ACPI_MAX_NUM_TABLES; variable
507 NewMaxTableNumber = mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES; in ReallocateAcpiTableBuffer()
559 …1, TempPrivateData.Rsdt1, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
560 …3, TempPrivateData.Rsdt3, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
561 …dt, TempPrivateData.Xsdt, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
567 mEfiAcpiMaxNumTables * sizeof (UINT32) + in ReallocateAcpiTableBuffer()
569 mEfiAcpiMaxNumTables * sizeof (UINT32) + in ReallocateAcpiTableBuffer()
571 mEfiAcpiMaxNumTables * sizeof (UINT64); in ReallocateAcpiTableBuffer()
577 mEfiAcpiMaxNumTables = NewMaxTableNumber; in ReallocateAcpiTableBuffer()
1061 if (AcpiSupportInstance->NumberOfTableEntries1 >= mEfiAcpiMaxNumTables) { in AddTableToList()
[all …]