Home
last modified time | relevance | path

Searched refs:Objects (Results 1 – 25 of 51) sorted by relevance

123

/acpica-latest/source/components/events/
Devregion.c1025 ACPI_OBJECT Objects[2]; in AcpiEvExecuteOrphanRegMethod() local
1071 Args.Pointer = Objects; in AcpiEvExecuteOrphanRegMethod()
1072 Objects[0].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1073 Objects[0].Integer.Value = SpaceId; in AcpiEvExecuteOrphanRegMethod()
1074 Objects[1].Type = ACPI_TYPE_INTEGER; in AcpiEvExecuteOrphanRegMethod()
1075 Objects[1].Integer.Value = ACPI_REG_CONNECT; in AcpiEvExecuteOrphanRegMethod()
/acpica-latest/source/components/debugger/
Ddbexec.c212 ACPI_OBJECT *Objects) in AcpiDbDeleteObjects() argument
219 switch (Objects[i].Type) in AcpiDbDeleteObjects()
223 ACPI_FREE (Objects[i].Buffer.Pointer); in AcpiDbDeleteObjects()
230 AcpiDbDeleteObjects (Objects[i].Package.Count, in AcpiDbDeleteObjects()
231 Objects[i].Package.Elements); in AcpiDbDeleteObjects()
235 ACPI_FREE (Objects[i].Package.Elements); in AcpiDbDeleteObjects()
Ddbnames.c1052 Info->Objects++; in AcpiDbIntegrityWalk()
1088 Info.Nodes, Info.Objects); in AcpiDbCheckIntegrity()
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/roptional/
Droptional.asl190 /* Specified types of the Source Objects */
198 /* Expected types of the Result Objects */
660 /* Test fixed type Objects are converted to Buffer */
2032 /* Target Objects initial values */
2111 /* Target Objects initial values */
2192 /* Target Objects initial values */
2271 /* Target Objects initial values */
2352 /* Target Objects initial values */
2431 /* Target Objects initial values */
2512 /* Target Objects initial values */
[all …]
/acpica-latest/tests/aslts/src/runtime/common/
DREADME4 Objects of common use which may be useful in more then one test
8 Objects applicable to Source Operand and Result
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/
DSPEC164 2. Objects of all ASL data types should be exercised as destinations
180 4. Objects of all ASL data types should be exercised as result objects
190 - Source Objects can be represented by reference and used through
204 - Source Objects can be represented as Element of some complex
228 - types of Source Objects should be chosen so that different kinds of
359 5.5.2.4 Local Variables and Locally Created Data Objects
366 17.2.5.8 Rules for Storing and Copying Objects,
367 17.2.5.9 Rules for Reading and Writing Objects,
368 17.5.5 Argx (Method Argument Data Objects)
377 17.5.69 Localx (Method Local Data Objects)
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rexplicitconv/
Drexplicitconv.asl591 /* Test fixed type Objects are converted to Buffer */
1340 /* Target Objects initial values */
1417 /* Target Objects initial values */
1496 /* Target Objects initial values */
1573 /* Target Objects initial values */
1652 /* Target Objects initial values */
1729 /* Target Objects initial values */
1808 /* Target Objects initial values */
1886 /* Target Objects initial values */
1969 /* Target Objects initial values */
[all …]
/acpica-latest/tests/aslts/src/runtime/common/TCI/
Dtcicmd.asl69 Name (C21B, 0x36) /* Created Objects */
70 Name (C21C, 0x54) /* Deleted Objects */
322 Debug = "Created Objects:"
326 Debug = "Deleted Objects:"
400 * arg3 - Package with the benchmark information on Created Objects
401 * arg4 - Package with the benchmark information on Deleted Objects
600 /* Check, created Objects are identical to the benchmark ones */
627 /* Check, deleted Objects are identical to the benchmark ones */
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/common/
Drcommon.asl58 /* Flags of types of non-Computational Data Objects */
82 /* Flags of types of Fixed type Data Objects (Fields) */
90 /* Flags of types of Computational Data Objects */
107 /* (~ Computational Data Objects) */
115 /* (Not Computational Data, Package and Method Objects) */
139 /* Testing Destination Named Objects */
381 /* Auxiliary Source Named Objects */
947 /* Objects are used as Source */
1331 /* of Target Objects by means of the specified operator (Store/CopyObject) */
2300 /* Test fixed type Objects are converted to Buffer */
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/IMPL/ACPICA/tests/dynobj/
Ddobmisc.asl34 /* The Created Objects benchmark Package */
37 /* The Deleted Objects benchmark Package */
Ddobdecl.asl36 /* The Created Objects benchmark Package */
39 /* The Deleted Objects benchmark Package */
48 /* Objects for verified operators */
Ddobctl.asl36 /* The Created Objects benchmark Package */
39 /* The Deleted Objects benchmark Package */
48 /* Objects for verified operators */
/acpica-latest/tests/aslts/src/compilation/collection/
Dmisc.asl54 * Locally Created Data Objects are used before they
59 * 5.5.2.4 Local Variables and Locally Created Data Objects:
/acpica-latest/tests/aslts/src/runtime/collections/functional/reference/
DSPEC56 17.2.5.8 Rules for Storing and Copying Objects
60 17.2.5.9 Rules for Reading and Writing Objects
62 17.2.5.9.1 ArgX Objects
63 17.2.5.9.2 LocalX Objects
64 17.2.5.9.3 Named Objects
83 References and Objects. Keep into mind while implementing the
138 17.2.5.9.1 ArgX Objects
227 17.2.5.9.1 ArgX Objects
244 and pass those References to Method (M1) but not Objects themselves.
323 and pass those References to Method (M1) but not Objects themselves.
[all …]
/acpica-latest/tests/aslts/src/runtime/collections/functional/synchronization/
Devent.asl190 /* 2. Applied to all 4 event-Objects */
213 /* 4. Applied to all 4 event-Objects. */
325 /* 4. Applied to all 4 event-Objects. */
/acpica-latest/tests/aslts/src/runtime/
DREADME14 Objects of common use which may be useful in more then one test
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/
DRUN.asl28 If (STTT ("Source Operand, Method ArgX Objects", TCLC, 0x02, W010))
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/rcopyobject/
Drcopyobject.asl37 /* Check storing of immediate Source Objects by CopyObject() */
/acpica-latest/tests/aslts/src/runtime/collections/bdemo/ACPICA/0112/
DDECL.asl31 …* SUMMARY: The ASL compiler refuses passing the Named Objects and String constants as a MicroSecs …
/acpica-latest/source/include/
Dacdebug.h480 ACPI_OBJECT *Objects);
/acpica-latest/tests/aslts/src/runtime/cntl/
Dabbu_common.asl12 * Objects from the common.asl used there also
/acpica-latest/tests/aslts/src/runtime/collections/functional/table/
Dssdt3.asl31 * specifies the Objects of different types
Dunload.asl38 * The overall functionality of the Unload Objects is indirectly
310 /* Check absence of the auxiliary table Objects before Load */
485 /* Check absence of the auxiliary table Objects after UnLoad */
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/
DSPEC155 * Note 3: So as the Buffer field and Field unit data are Named Objects
157 * data types is limited to a case when Named Objects can be used.
/acpica-latest/tests/aslts/src/runtime/collections/functional/name/
Dfunction.asl36 * Declare the Function Control Method Objects of different,
40 * The overall functionality of the Function Objects is indirectly

123