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.c22 UINTN mEfiAcpiMaxNumTables = EFI_ACPI_MAX_NUM_TABLES; variable
336 NewMaxTableNumber = mEfiAcpiMaxNumTables + EFI_ACPI_MAX_NUM_TABLES; in ReallocateAcpiTableBuffer()
388 …1, TempPrivateData.Rsdt1, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
389 …3, TempPrivateData.Rsdt3, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
390 …dt, TempPrivateData.Xsdt, (sizeof (EFI_ACPI_DESCRIPTION_HEADER) + mEfiAcpiMaxNumTables * sizeof (U… in ReallocateAcpiTableBuffer()
396 mEfiAcpiMaxNumTables * sizeof (UINT32) + in ReallocateAcpiTableBuffer()
398 mEfiAcpiMaxNumTables * sizeof (UINT32) + in ReallocateAcpiTableBuffer()
400 mEfiAcpiMaxNumTables * sizeof (UINT64); in ReallocateAcpiTableBuffer()
406 mEfiAcpiMaxNumTables = NewMaxTableNumber; in ReallocateAcpiTableBuffer()
883 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 …]