Searched refs:SsdtSize (Results 1 – 1 of 1) sorted by relevance
421 UINTN SsdtSize; in QemuInstallAcpiSsdtTable() local426 SsdtSize = AcpiTableBufferSize + 17 + SuspendToRamSize + SuspendToDiskSize; in QemuInstallAcpiSsdtTable()427 Ssdt = AllocatePool (SsdtSize); in QemuInstallAcpiSsdtTable()471 ASSERT((UINTN) (SsdtPtr - Ssdt) == SsdtSize); in QemuInstallAcpiSsdtTable()472 ((EFI_ACPI_DESCRIPTION_HEADER *) Ssdt)->Length = (UINT32) SsdtSize; in QemuInstallAcpiSsdtTable()473 Status = InstallAcpiTable (AcpiProtocol, Ssdt, SsdtSize, TableKey); in QemuInstallAcpiSsdtTable()