| /third_party/lib/acpica/source/components/executer/ |
| A D | exdebug.c | 234 switch (SourceDesc->Reference.Class) in AcpiExDoDebugObject() 257 if (SourceDesc->Reference.Node) in AcpiExDoDebugObject() 263 SourceDesc->Reference.Node); in AcpiExDoDebugObject() 268 (SourceDesc->Reference.Node)->Name.Ascii); in AcpiExDoDebugObject() 270 switch ((SourceDesc->Reference.Node)->Type) in AcpiExDoDebugObject() 290 else if (SourceDesc->Reference.Object) in AcpiExDoDebugObject() 298 SourceDesc->Reference.Object), in AcpiExDoDebugObject() 303 ObjectDesc = SourceDesc->Reference.Object; in AcpiExDoDebugObject() 304 Value = SourceDesc->Reference.Value; in AcpiExDoDebugObject() 318 *SourceDesc->Reference.IndexPointer); in AcpiExDoDebugObject() [all …]
|
| A D | exresolv.c | 171 RefType = StackDesc->Reference.Class; in AcpiExResolveObjectToValue() 189 StackDesc->Reference.Value, ObjDesc)); in AcpiExResolveObjectToValue() 201 switch (StackDesc->Reference.TargetType) in AcpiExResolveObjectToValue() 220 ObjDesc = *StackDesc->Reference.Where; in AcpiExResolveObjectToValue() 274 *StackPtr = (void *) StackDesc->Reference.Node; in AcpiExResolveObjectToValue() 416 switch (ObjDesc->Reference.Class) in AcpiExResolveMultiple() 425 Node = ObjDesc->Reference.Object; in AcpiExResolveMultiple() 429 Node = ObjDesc->Reference.Node; in AcpiExResolveMultiple() 465 Type = ObjDesc->Reference.TargetType; in AcpiExResolveMultiple() 478 ObjDesc = *(ObjDesc->Reference.Where); in AcpiExResolveMultiple() [all …]
|
| A D | exstore.c | 164 switch (RefDesc->Reference.Class) in AcpiExStore() 171 RefDesc->Reference.Object, in AcpiExStore() 187 Status = AcpiDsStoreObjectToLocal (RefDesc->Reference.Class, in AcpiExStore() 188 RefDesc->Reference.Value, SourceDesc, WalkState); in AcpiExStore() 206 RefDesc->Reference.Class)); in AcpiExStore() 251 switch (IndexDesc->Reference.TargetType) in AcpiExStoreObjectToIndex() 263 ObjDesc = *(IndexDesc->Reference.Where); in AcpiExStoreObjectToIndex() 266 SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiExStoreObjectToIndex() 298 *(IndexDesc->Reference.Where) = NewDesc; in AcpiExStoreObjectToIndex() 327 ObjDesc = IndexDesc->Reference.Object; in AcpiExStoreObjectToIndex() [all …]
|
| A D | exdump.c | 690 switch (ObjDesc->Reference.Class) in AcpiExDumpOperand() 699 AcpiOsPrintf ("%p\n", ObjDesc->Reference.Object); in AcpiExDumpOperand() 711 ObjDesc->Reference.Object)->Common.Type)); in AcpiExDumpOperand() 717 ObjDesc->Reference.Node->Name.Ascii); in AcpiExDumpOperand() 723 AcpiOsPrintf ("%X\n", ObjDesc->Reference.Value); in AcpiExDumpOperand() 1048 if (ObjDesc->Reference.Class == ACPI_REFCLASS_NAME) in AcpiExDumpReferenceObj() 1050 AcpiOsPrintf (" %p ", ObjDesc->Reference.Node); in AcpiExDumpReferenceObj() 1064 else if (ObjDesc->Reference.Object) in AcpiExDumpReferenceObj() 1069 ObjDesc->Reference.Object); in AcpiExDumpReferenceObj() 1073 ObjDesc->Reference.Value); in AcpiExDumpReferenceObj() [all …]
|
| A D | exoparg2.c | 401 ReturnDesc->Reference.Value = (UINT32) Index; in AcpiExOpcode_2A_1T_1R() 402 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX; in AcpiExOpcode_2A_1T_1R() 418 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 419 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R() 431 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD; in AcpiExOpcode_2A_1T_1R() 432 ReturnDesc->Reference.IndexPointer = in AcpiExOpcode_2A_1T_1R() 444 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE; in AcpiExOpcode_2A_1T_1R() 445 ReturnDesc->Reference.Where = in AcpiExOpcode_2A_1T_1R() 469 ReturnDesc->Reference.Object = Operand[0]; in AcpiExOpcode_2A_1T_1R()
|
| A D | exoparg1.c | 876 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R() 884 Operand[0]->Reference.Class, in AcpiExOpcode_1A_0T_1R() 885 Operand[0]->Reference.Value, in AcpiExOpcode_1A_0T_1R() 904 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R() 977 switch (Operand[0]->Reference.Class) in AcpiExOpcode_1A_0T_1R() 984 switch (Operand[0]->Reference.TargetType) in AcpiExOpcode_1A_0T_1R() 988 TempDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R() 1016 ReturnDesc = *(Operand[0]->Reference.Where); in AcpiExOpcode_1A_0T_1R() 1034 Operand[0]->Reference.TargetType, Operand[0])); in AcpiExOpcode_1A_0T_1R() 1043 ReturnDesc = Operand[0]->Reference.Object; in AcpiExOpcode_1A_0T_1R() [all …]
|
| A D | exmisc.c | 97 switch (ObjDesc->Reference.Class) in AcpiExGetObjectReference() 105 ReferencedObj = ObjDesc->Reference.Object; in AcpiExGetObjectReference() 111 ObjDesc->Reference.Class)); in AcpiExGetObjectReference() 139 ReferenceObj->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiExGetObjectReference() 140 ReferenceObj->Reference.Object = ReferencedObj; in AcpiExGetObjectReference()
|
| A D | exresop.c | 247 switch (ObjDesc->Reference.Class) in AcpiExResolveOperands() 265 ObjDesc->Reference.Class)); in AcpiExResolveOperands() 272 ObjDesc->Reference.Class, ObjDesc)); in AcpiExResolveOperands() 354 ((*StackPtr)->Reference.Class == ACPI_REFCLASS_INDEX)) in AcpiExResolveOperands()
|
| A D | exresnte.c | 251 switch (SourceDesc->Reference.Class) in AcpiExResolveNodeToValue() 269 SourceDesc->Reference.Class)); in AcpiExResolveNodeToValue()
|
| A D | exconfig.c | 112 ObjDesc->Reference.Class = ACPI_REFCLASS_TABLE; in AcpiExAddTable() 117 ObjDesc->Reference.Value = TableIndex; in AcpiExAddTable() 643 TableIndex = TableDesc->Reference.Value; in AcpiExUnloadTable()
|
| A D | exstoren.c | 127 (SourceDesc->Reference.Class== ACPI_REFCLASS_TABLE))) in AcpiExResolveObject()
|
| /third_party/lib/acpica/source/components/debugger/ |
| A D | dbobject.c | 307 switch (ObjDesc->Reference.Class) in AcpiDbDisplayInternalObject() 311 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject() 315 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject() 323 AcpiOsPrintf ("%X ", ObjDesc->Reference.Value); in AcpiDbDisplayInternalObject() 327 [ObjDesc->Reference.Value].Object; in AcpiDbDisplayInternalObject() 335 switch (ObjDesc->Reference.TargetType) in AcpiDbDisplayInternalObject() 346 if (!ObjDesc->Reference.Where) in AcpiDbDisplayInternalObject() 353 *(ObjDesc->Reference.Where)); in AcpiDbDisplayInternalObject() 366 if (!ObjDesc->Reference.Object) in AcpiDbDisplayInternalObject() 379 AcpiDbDecodeNode (ObjDesc->Reference.Object); in AcpiDbDisplayInternalObject() [all …]
|
| A D | dbtest.c | 841 Params[0].Reference.ActualType = Node->Type; in AcpiDbReadFromObject() 842 Params[0].Reference.Handle = ACPI_CAST_PTR (ACPI_HANDLE, Node); in AcpiDbReadFromObject() 925 Params[0].Reference.ActualType = Node->Type; in AcpiDbWriteToObject() 926 Params[0].Reference.Handle = ACPI_CAST_PTR (ACPI_HANDLE, Node); in AcpiDbWriteToObject()
|
| /third_party/lib/acpica/source/components/dispatcher/ |
| A D | dsobject.c | 801 ObjDesc->Reference.Class = ACPI_REFCLASS_LOCAL; in AcpiDsInitObjectFromOp() 805 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp() 807 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp() 815 ObjDesc->Reference.Value = ((UINT32) Opcode) - AML_ARG_OP; in AcpiDsInitObjectFromOp() 816 ObjDesc->Reference.Class = ACPI_REFCLASS_ARG; in AcpiDsInitObjectFromOp() 820 ObjDesc->Reference.Value, WalkState, in AcpiDsInitObjectFromOp() 822 &ObjDesc->Reference.Object)); in AcpiDsInitObjectFromOp() 834 ObjDesc->Reference.Node = Op->Common.Node; in AcpiDsInitObjectFromOp() 835 ObjDesc->Reference.Object = Op->Common.Node->Object; in AcpiDsInitObjectFromOp() 836 ObjDesc->Reference.Class = ACPI_REFCLASS_NAME; in AcpiDsInitObjectFromOp() [all …]
|
| A D | dswexec.c | 488 (WalkState->Operands[0]->Reference.Class == in AcpiDsExecEndOp() 489 WalkState->Operands[1]->Reference.Class) && in AcpiDsExecEndOp() 490 (WalkState->Operands[0]->Reference.Value == in AcpiDsExecEndOp() 491 WalkState->Operands[1]->Reference.Value)) in AcpiDsExecEndOp()
|
| A D | dsmthdat.c | 676 (CurrentObjDesc->Reference.Class == in AcpiDsStoreObjectToLocal() 689 CurrentObjDesc->Reference.Object, WalkState, in AcpiDsStoreObjectToLocal()
|
| /third_party/lib/acpica/source/components/utilities/ |
| A D | utcopy.c | 194 switch (InternalObject->Reference.Class) in AcpiUtCopyIsimpleToEsimple() 201 ExternalObject->Reference.Handle = in AcpiUtCopyIsimpleToEsimple() 202 InternalObject->Reference.Node; in AcpiUtCopyIsimpleToEsimple() 203 ExternalObject->Reference.ActualType = in AcpiUtCopyIsimpleToEsimple() 204 AcpiNsGetType (InternalObject->Reference.Node); in AcpiUtCopyIsimpleToEsimple() 567 InternalObject->Reference.Class = ACPI_REFCLASS_REFOF; in AcpiUtCopyEsimpleToIsimple() 568 InternalObject->Reference.Object = ExternalObject->Reference.Handle; in AcpiUtCopyEsimpleToIsimple() 808 if (SourceDesc->Reference.Class == ACPI_REFCLASS_TABLE) in AcpiUtCopySimpleObject() 813 AcpiUtAddReference (SourceDesc->Reference.Object); in AcpiUtCopySimpleObject()
|
| A D | utdecode.c | 443 if (Object->Reference.Class > ACPI_REFCLASS_MAX) in AcpiUtGetReferenceName() 448 return (AcpiGbl_RefClassNames[Object->Reference.Class]); in AcpiUtGetReferenceName()
|
| A D | utobject.c | 577 switch (InternalObject->Reference.Class) in AcpiUtGetSimpleObjectSize() 584 Size = AcpiNsGetPathnameLength (InternalObject->Reference.Node); in AcpiUtGetSimpleObjectSize() 602 InternalObject->Reference.Class, InternalObject)); in AcpiUtGetSimpleObjectSize()
|
| A D | utdelete.c | 667 if ((Object->Reference.Class == ACPI_REFCLASS_INDEX) || in AcpiUtUpdateObjectReference() 668 (Object->Reference.Class== ACPI_REFCLASS_NAME)) in AcpiUtUpdateObjectReference() 670 NextObject = Object->Reference.Object; in AcpiUtUpdateObjectReference()
|
| /third_party/lib/acpica/source/components/namespace/ |
| A D | nspredef.c | 357 if (ReturnObject->Reference.Class == ACPI_REFCLASS_NAME) in AcpiNsCheckReference() 365 ReturnObject->Reference.Class)); in AcpiNsCheckReference()
|
| A D | nsconvert.c | 552 NewObject->Reference.Node = Node; in AcpiNsConvertToReference() 553 NewObject->Reference.Object = Node->Object; in AcpiNsConvertToReference() 554 NewObject->Reference.Class = ACPI_REFCLASS_NAME; in AcpiNsConvertToReference()
|
| A D | nsxfeval.c | 541 switch (Info->ReturnObject->Reference.Class) in ACPI_EXPORT_SYMBOL() 545 ObjDesc = *(Info->ReturnObject->Reference.Where); in ACPI_EXPORT_SYMBOL() 550 Node = Info->ReturnObject->Reference.Object; in ACPI_EXPORT_SYMBOL()
|
| /third_party/lib/acpica/source/components/resources/ |
| A D | rscreate.c | 357 if (ObjDesc->Reference.Class != ACPI_REFCLASS_NAME) in AcpiRsCreatePciRoutingTable() 361 Index, ObjDesc->Reference.Class)); in AcpiRsCreatePciRoutingTable() 365 Node = ObjDesc->Reference.Node; in AcpiRsCreatePciRoutingTable()
|
| A D | rscalc.c | 701 ((*SubObjectList)->Reference.Class == in AcpiRsGetPciRoutingTableLength() 732 (*SubObjectList)->Reference.Node); in AcpiRsGetPciRoutingTableLength()
|