/acpica-latest/source/components/executer/ |
D | exdebug.c | 341 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject() 345 AcpiOsPrintf ("0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject() 352 AcpiOsPrintf ("Table Index 0x%X\n", SourceDesc->Reference.Value); in AcpiExDoDebugObject() 364 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject() 366 if (ACPI_GET_DESCRIPTOR_TYPE (SourceDesc->Reference.Node) != in AcpiExDoDebugObject() 370 SourceDesc->Reference.Node); in AcpiExDoDebugObject() 374 AcpiOsPrintf ("Node %p [%4.4s] ", SourceDesc->Reference.Node, in AcpiExDoDebugObject() 375 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject() 377 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject() 391 AcpiExDoDebugObject ((SourceDesc->Reference.Node)->Object, in AcpiExDoDebugObject() [all …]
|
D | exresolv.c | 279 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue() 290 StackDesc->Reference.Value, WalkState, &ObjDesc); in AcpiExResolveObjectToValue() 297 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue() 309 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue() 328 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue() 359 StackDesc->Reference.TargetType, StackDesc)); in AcpiExResolveObjectToValue() 377 if ((StackDesc->Reference.Node->Type == ACPI_TYPE_DEVICE) || in AcpiExResolveObjectToValue() 378 (StackDesc->Reference.Node->Type == ACPI_TYPE_THERMAL)) in AcpiExResolveObjectToValue() 382 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue() 388 *StackPtr = (StackDesc->Reference.Node)->Object; in AcpiExResolveObjectToValue() [all …]
|
D | exstore.c | 272 switch (RefDesc->Reference.Class) in AcpiExStore() 279 RefDesc->Reference.Object, in AcpiExStore() 295 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore() 296 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore() 314 RefDesc->Reference.Class)); in AcpiExStore() 359 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex() 371 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex() 374 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex() 399 IndexDesc->Reference.Object)->Common.ReferenceCount; in AcpiExStoreObjectToIndex() 406 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex() [all …]
|
D | exdump.c | 352 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.Class), "Class"}, 353 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Reference.TargetType), "Target Type"}, 354 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Reference.Value), "Value"}, 355 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Object), "Object Desc"}, 356 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Reference.Node), "Node"}, 357 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.Where), "Where"}, 358 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Reference.IndexPointer), "Index Pointer"}, 806 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand() 815 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand() 820 AcpiOsPrintf ("Table Index %X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand() [all …]
|
D | exoparg1.c | 1004 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R() 1012 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R() 1013 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R() 1032 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R() 1121 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R() 1128 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R() 1132 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R() 1147 TempDesc->Buffer.Pointer[Operand[0]->Reference.Value]); in AcpiExOpcode_1A_0T_1R() 1160 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R() 1178 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R() [all …]
|
D | exoparg2.c | 509 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R() 510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R() 526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 527 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R() 539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 540 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R() 552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R() 553 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R() 579 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
|
D | exmisc.c | 205 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference() 213 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference() 219 ObjDesc->Reference.Class)); in AcpiExGetObjectReference() 247 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference() 248 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
|
D | exresop.c | 355 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands() 373 ObjDesc->Reference.Class)); in AcpiExResolveOperands() 380 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands() 462 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
|
/acpica-latest/source/components/debugger/ |
D | dbobject.c | 425 switch (ObjDesc->Reference.Class) in AcpiDbDisplayInternalObject() 429 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject() 433 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject() 441 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject() 445 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject() 453 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject() 457 AcpiOsPrintf ("%p", ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject() 458 AcpiDbDecodeInternalObject (ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject() 463 AcpiOsPrintf ("%p", ObjDesc->Reference.Where); in AcpiDbDisplayInternalObject() 464 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject() [all …]
|
/acpica-latest/source/components/dispatcher/ |
D | dsobject.c | 259 ObjDesc->Reference.Resolved = TRUE; in AcpiDsBuildInternalObject() 262 !ObjDesc->Reference.Node) in AcpiDsBuildInternalObject() 268 ObjDesc->Reference.Node = WalkState->ScopeInfo->Scope.Node; in AcpiDsBuildInternalObject() 269 ObjDesc->Reference.Aml = Op->Common.Aml; in AcpiDsBuildInternalObject() 270 ObjDesc->Reference.Resolved = FALSE; in AcpiDsBuildInternalObject() 635 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_LOCAL_OP; in AcpiDsInitObjectFromOp() 636 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp() 639 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp() 641 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp() 648 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_FIRST_ARG_OP; in AcpiDsInitObjectFromOp() [all …]
|
D | dspkginit.c | 562 if (Element->Reference.Resolved) in AcpiDsResolvePackageElement() 573 ScopeInfo.Scope.Node = Element->Reference.Node; /* Prefix node */ in AcpiDsResolvePackageElement() 575 Status = AcpiNsLookup (&ScopeInfo, (char *) Element->Reference.Aml, in AcpiDsResolvePackageElement() 603 (char *) Element->Reference.Aml, NULL, &ExternalPath); in AcpiDsResolvePackageElement() 642 Element->Reference.Resolved = TRUE; in AcpiDsResolvePackageElement() 643 Element->Reference.Node = ResolvedNode; in AcpiDsResolvePackageElement() 644 Type = Element->Reference.Node->Type; in AcpiDsResolvePackageElement()
|
/acpica-latest/source/components/utilities/ |
D | utcopy.c | 302 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple() 309 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple() 310 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple() 311 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple() 312 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple() 675 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple() 676 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple() 916 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject() 921 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/onamedglob/ |
D | onamedglob1.asl | 69 /* Method returns Reference to String */ 111 /* Method returns Reference to String */ 153 /* Method returns Reference to String */ 195 /* Method returns Reference to String */ 237 /* Method returns Reference to String */ 279 /* Method returns Reference to String */ 320 /* Method returns Reference to String */ 362 /* Method returns Reference to String */ 404 /* Method returns Reference to String */ 446 /* Method returns Reference to String */ [all …]
|
D | onamedglob2.asl | 93 /* Method returns Reference to Buffer */ 148 /* Method returns Reference to Buffer */ 203 /* Method returns Reference to Buffer */ 258 /* Method returns Reference to Buffer */ 313 /* Method returns Reference to Buffer */ 368 /* Method returns Reference to Buffer */ 415 /* Method returns Reference to Buffer */ 469 /* Method returns Reference to Buffer */ 523 /* Method returns Reference to Buffer */ 577 /* Method returns Reference to Buffer */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/onamedloc/ |
D | onamedloc1.asl | 70 /* Method returns Reference to String */ 112 /* Method returns Reference to String */ 154 /* Method returns Reference to String */ 196 /* Method returns Reference to String */ 238 /* Method returns Reference to String */ 280 /* Method returns Reference to String */ 322 /* Method returns Reference to String */ 364 /* Method returns Reference to String */ 406 /* Method returns Reference to String */ 448 /* Method returns Reference to String */ [all …]
|
D | onamedloc2.asl | 82 /* Method returns Reference to Buffer */ 137 /* Method returns Reference to Buffer */ 192 /* Method returns Reference to Buffer */ 247 /* Method returns Reference to Buffer */ 302 /* Method returns Reference to Buffer */ 357 /* Method returns Reference to Buffer */ 409 /* Method returns Reference to Buffer */ 463 /* Method returns Reference to Buffer */ 517 /* Method returns Reference to Buffer */ 571 /* Method returns Reference to Buffer */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oarg/ |
D | oarg.asl | 68 /* Method returns Reference to String */ 110 /* Method returns Reference to String */ 152 /* Method returns Reference to String */ 194 /* Method returns Reference to String */ 236 /* Method returns Reference to String */ 278 /* Method returns Reference to String */ 319 /* Method returns Reference to String */ 361 /* Method returns Reference to String */ 403 /* Method returns Reference to String */ 445 /* Method returns Reference to String */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/olocal/ |
D | olocal.asl | 70 /* Method returns Reference to String */ 112 /* Method returns Reference to String */ 154 /* Method returns Reference to String */ 196 /* Method returns Reference to String */ 238 /* Method returns Reference to String */ 280 /* Method returns Reference to String */ 322 /* Method returns Reference to String */ 364 /* Method returns Reference to String */ 406 /* Method returns Reference to String */ 448 /* Method returns Reference to String */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/opackageel/ |
D | opackageel.asl | 71 /* Method returns Reference to String */ 117 /* Method returns Reference to String */ 163 /* Method returns Reference to String */ 209 /* Method returns Reference to String */ 255 /* Method returns Reference to String */ 301 /* Method returns Reference to String */ 346 /* Method returns Reference to String */ 392 /* Method returns Reference to String */ 438 /* Method returns Reference to String */ 484 /* Method returns Reference to String */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oreftonamed/ |
D | oreftonamed1.asl | 69 /* Method returns Reference to String */ 111 /* Method returns Reference to String */ 153 /* Method returns Reference to String */ 195 /* Method returns Reference to String */ 237 /* Method returns Reference to String */ 279 /* Method returns Reference to String */ 320 /* Method returns Reference to String */ 362 /* Method returns Reference to String */ 404 /* Method returns Reference to String */ 446 /* Method returns Reference to String */ [all …]
|
D | oreftonamed2.asl | 75 /* Method returns Reference to Buffer */ 130 /* Method returns Reference to Buffer */ 185 /* Method returns Reference to Buffer */ 240 /* Method returns Reference to Buffer */ 295 /* Method returns Reference to Buffer */ 350 /* Method returns Reference to Buffer */ 397 /* Method returns Reference to Buffer */ 451 /* Method returns Reference to Buffer */ 505 /* Method returns Reference to Buffer */ 559 /* Method returns Reference to Buffer */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oconst/ |
D | oconst.asl | 68 /* Method returns Reference to String */ 110 /* Method returns Reference to String */ 152 /* Method returns Reference to String */ 194 /* Method returns Reference to String */ 236 /* Method returns Reference to String */ 278 /* Method returns Reference to String */ 319 /* Method returns Reference to String */ 361 /* Method returns Reference to String */ 403 /* Method returns Reference to String */ 445 /* Method returns Reference to String */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oreturn/ |
D | oreturn.asl | 71 /* Method returns Reference to String */ 117 /* Method returns Reference to String */ 163 /* Method returns Reference to String */ 209 /* Method returns Reference to String */ 255 /* Method returns Reference to String */ 301 /* Method returns Reference to String */ 346 /* Method returns Reference to String */ 392 /* Method returns Reference to String */ 438 /* Method returns Reference to String */ 484 /* Method returns Reference to String */ [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/result/tests/ |
D | SPEC | 134 - the special AML object type - reference (Indexed Reference) - should 171 - Reference to Named Object, Method ArgX and LocalX Object: 178 - Reference, obtained through the NameString as an element of a Package 202 = Reference returned by called Method and obtained by any 216 = Indexed Reference returned by called Method and obtained by any 224 = immediate Derefof for normal Reference 225 = immediate Derefof for Indexed Reference 257 = Reference to Named Object, Method ArgX and LocalX Object: 275 = Derefof of Reference returned by called Method 278 = Derefof of Indexed Reference returned by called Method [all …]
|
/acpica-latest/tests/aslts/src/runtime/collections/complex/operand/tests/oreftopackageel/ |
D | oreftopackageel.asl | 72 /* Method returns Reference to String */ 118 /* Method returns Reference to String */ 168 /* Method returns Reference to String */ 214 /* Method returns Reference to String */ 264 /* Method returns Reference to String */ 314 /* Method returns Reference to String */ 359 /* Method returns Reference to String */ 405 /* Method returns Reference to String */ 455 /* Method returns Reference to String */ 501 /* Method returns Reference to String */ [all …]
|