HomeSort by relevance Sort by last modified time
    Searched full:ssdt (Results 1 - 25 of 66) sorted by null

1 2 3

  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/
PowerManagementAcpiTables.inf 36 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/Vlv2DeviceRefCodePkg/ValleyView2Soc/CPU/PowerManagement/AcpiTables/Ssdt/
CpuPm.asl 57 (1) <TODO> - Except for the SSDT package, the objects in this ASL code
64 "SSDT",
80 // Package of pointers to SSDT's
82 // First column is SSDT name, used for debug only.
89 Name(SSDT,Package()
107 Name(\SDTL,0x00) // Loaded SSDT Flags.
314 // (4) SSDT is not already loaded
319 // SDTL[0] = CPU0 IST SSDT Loaded
324 // Flag the IST SSDT as loaded for CPU0
328 OperationRegion(IST0,SystemMemory,DeRefOf(Index(SSDT,1)),DeRefOf(Index(SSDT,2)))
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiTables/
Ssdt.asl 18 DefinitionBlock ("Ssdt.aml", "SSDT", 1, "REDHAT", "OVMF ", 1) {
AcpiTables.inf 36 Ssdt.asl
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Drivers/UnInstallAcpiTableDxe/
UnInstallAcpiTable.c 75 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sata, try to uninstall Sas SSDT table\n"));
79 DEBUG((EFI_D_ERROR, "Current SataEnable Flag is Sas, try to uninstall Sata SSDT table\n"));
98 // Search for SSDT Table and delete the matched SSDT table
108 DEBUG((EFI_D_ERROR,"Successfully remove the SSDT table\n"));
  /external/syslinux/com32/gplinclude/acpi/
ssdt.h 18 #define SSDT "SSDT"
acpi.h 30 #include <acpi/ssdt.h>
80 s_ssdt *ssdt[MAX_SSDT]; member in struct:__anon36902
  /device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/AcpiPlatform/
AcpiPlatformHooksLib.h 83 used to implement optional SSDT tables or enabling/disabling
85 switch or platform preference. In case of optional SSDT tables,
86 the platform flash will include all the SSDT tables but will
91 to use an SSDT table to export some platform settings to the
92 ACPI code, it needs to update the data inside that SSDT based
AcpiPlatformHooks.c 198 This hook can be used to implement optional SSDT tables or
201 optional SSDT tables,the platform flash will include all the
202 SSDT tables but will return EFI_SUCCESS only for those tables
231 Update the GV3 SSDT table.
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Disk/RamDiskDxe/
RamDisk.asl 17 "SSDT",
RamDiskProtocol.c 65 Initialize and publish NVDIMM root device SSDT in ACPI table.
67 @retval EFI_SUCCESS The NVDIMM root device SSDT is published.
68 @retval Others The NVDIMM root device SSDT is not published.
86 // device SSDT.
297 // Description Table (SSDT).
439 // the NFIT, we just remove the NFIT and the SSDT which is used to report
456 // Remove the SSDT which is used by RamDiskDxe driver to report the NVDIMM
458 // We do not care the return status since this SSDT might already be
  /device/linaro/bootloader/edk2/AppPkg/Applications/Sockets/WebServer/
PageList.c 56 { PAGE_ACPI_SSDT, AcpiSsdtPage, L"SSDT" }, ///< Format SSDT
  /device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
Qemu.c 422 UINT8 *Ssdt;
427 Ssdt = AllocatePool (SsdtSize);
429 if (Ssdt != NULL) {
435 SsdtPtr = Ssdt;
471 ASSERT((UINTN) (SsdtPtr - Ssdt) == SsdtSize);
472 ((EFI_ACPI_DESCRIPTION_HEADER *) Ssdt)->Length = (UINT32) SsdtSize;
473 Status = InstallAcpiTable (AcpiProtocol, Ssdt, SsdtSize, TableKey);
476 FreePool(Ssdt);
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/CpuPm/
CpuPm.asl 18 "SSDT",
59 //Name(SSDT,Package()
  /external/syslinux/com32/gpllib/acpi/
acpi.c 175 /* PSDT have to be considered as SSDT. Intel ACPI Spec @ 5.2.11.3 */
176 } else if ((memcmp(adh.signature, SSDT, sizeof(SSDT) - 1) == 0)
179 DEBUG_PRINT(("SSDT table found with %s \n",adh.signature));
184 /* We can have many SSDT, so let's allocate a new one */
185 if ((acpi->ssdt[acpi->ssdt_count] =
188 s_ssdt *s = acpi->ssdt[acpi->ssdt_count];
203 /* Increment the number of ssdt we have */
  /external/syslinux/com32/hdt/
hdt-dump-acpi.c 324 void dump_ssdt(s_ssdt *ssdt, ZZJSON_CONFIG * config, ZZJSON ** item)
328 if (ssdt->valid) {
332 add_as("acpi.item","ssdt")
333 add_as("acpi.ssdt.is_valid",valid)
336 if (ssdt->valid==false) {
341 show_header("ssdt",ssdt->address, &ssdt->header, config, item);
593 if ((hardware->acpi.ssdt[i] != NULL) && (hardware->acpi.ssdt[i]->valid)
    [all...]
hdt-menu-acpi.c 76 /* SSDT includes many optional tables, let's display them */
78 if ((hardware->acpi.ssdt[i] != NULL) && (hardware->acpi.ssdt[i]->valid))
79 compute_table(menu,hardware->acpi.ssdt[i]->address,
80 &hardware->acpi.ssdt[i]->header);
hdt-cli-acpi.c 96 /* SSDT includes many optional tables, let's display them */
98 if ((hardware->acpi.ssdt[i] != NULL) && (hardware->acpi.ssdt[i]->valid))
99 show_header(hardware->acpi.ssdt[i]->address,
100 &hardware->acpi.ssdt[i]->header);
  /device/linaro/bootloader/OpenPlatformPkg/Chips/Hisilicon/Pv660/Pv660AcpiTables/
SATASSDT.ASL 22 "SSDT", // Signature
SASSSDT.ASL 21 "SSDT", // Signature
22 0x01, // SSDT Compliance Revision
  /device/linaro/bootloader/edk2/Vlv2DeviceRefCodePkg/AcpiTablesPCAT/
RTD3.asl 23 "SSDT",
203 }//end of SSDT
DSDT.ASL 38 If(CondRefOf(MDBG)) //check if SSDT is loaded
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/AcpiTables/Cpu0Tst/
Cpu0Tst.asl 18 "SSDT",
  /device/linaro/bootloader/OpenPlatformPkg/Platforms/ARM/Juno/AcpiTables/
AcpiSsdtRootPci.asl 2 Differentiated System Description Table Fields (SSDT)
66 DefinitionBlock("SsdtPci.aml", "SSDT", 1, "ARMLTD", "ARM-JUNO", EFI_ACPI_ARM_OEM_REVISION) {
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/SmmPowerManagement/
Ppm.c 148 Update the SSDT table
152 Table - The SSDT table to be patched

Completed in 1022 milliseconds

1 2 3