Home
last modified time | relevance | path

Searched refs:Ssdt (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/
DPowerManagementAcpiTables.inf36 Ssdt/Cpu0Cst.asl
37 Ssdt/Cpu0Ist.asl
38 Ssdt/Cpu0Tst.asl
39 Ssdt/ApCst.asl
40 Ssdt/ApIst.asl
41 Ssdt/ApTst.asl
42 Ssdt/CpuPm.asl
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemu.c422 UINT8 *Ssdt; in QemuInstallAcpiSsdtTable() local
427 Ssdt = AllocatePool (SsdtSize); in QemuInstallAcpiSsdtTable()
429 if (Ssdt != NULL) { in QemuInstallAcpiSsdtTable()
435 SsdtPtr = Ssdt; 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()
476 FreePool(Ssdt); in QemuInstallAcpiSsdtTable()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
DSsdt.asl18 DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF ", 1) {
DAcpiTables.inf36 Ssdt.asl