OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SSDT
(Results
1 - 3
of
3
) sorted by null
/external/syslinux/com32/gplinclude/acpi/
ssdt.h
18
#define
SSDT
"
SSDT
"
/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
...]
/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 */
Completed in 589 milliseconds