Home
last modified time | relevance | path

Searched refs:ObjectType (Results 1 – 21 of 21) sorted by relevance

/third_party/lib/acpica/source/components/dispatcher/
A Ddswload.c154 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1BeginOp() local
188 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1BeginOp()
192 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
333 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
346 AcpiUtGetTypeName (ObjectType))); in AcpiDsLoad1BeginOp()
370 Node->Type = (UINT8) ObjectType; in AcpiDsLoad1BeginOp()
450 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad1EndOp() local
469 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad1EndOp()
525 ObjectType = (AcpiPsGetOpcodeInfo ( in AcpiDsLoad1EndOp()
584 AcpiNsOpensScope (ObjectType)) in AcpiDsLoad1EndOp()
[all …]
A Ddswload2.c78 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2BeginOp() local
140 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2BeginOp()
143 "State=%p Op=%p Type=%X\n", WalkState, Op, ObjectType)); in AcpiDsLoad2BeginOp()
161 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
174 Status = AcpiDsScopeStackPush (Node, ObjectType, WalkState); in AcpiDsLoad2BeginOp()
281 if (AcpiNsOpensScope (ObjectType)) in AcpiDsLoad2BeginOp()
325 Status = AcpiNsLookup (WalkState->ScopeInfo, BufferPtr, ObjectType, in AcpiDsLoad2BeginOp()
390 ACPI_OBJECT_TYPE ObjectType; in AcpiDsLoad2EndOp() local
419 ObjectType = WalkState->OpInfo->ObjectType; in AcpiDsLoad2EndOp()
436 if (AcpiNsOpensScope (ObjectType) && in AcpiDsLoad2EndOp()
[all …]
A Ddswexec.c257 if (AcpiNsOpensScope (WalkState->OpInfo->ObjectType)) in AcpiDsExecBeginOp()
261 AcpiUtGetTypeName (WalkState->OpInfo->ObjectType), Op)); in AcpiDsExecBeginOp()
A Ddsutils.c676 if (OpInfo->ObjectType == ACPI_TYPE_INVALID) in AcpiDsCreateOperand()
710 ObjDesc = AcpiUtCreateInternalObject (OpInfo->ObjectType); in AcpiDsCreateOperand()
A Ddsobject.c225 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType); in AcpiDsBuildInternalObject()
/third_party/lib/acpica/source/common/
A Dadwalk.c618 ACPI_OBJECT_TYPE ObjectType; in AcpiDmLoadDescendingOp() local
630 ObjectType = OpInfo->ObjectType; in AcpiDmLoadDescendingOp()
716 if (AcpiNsOpensScope (ObjectType)) in AcpiDmLoadDescendingOp()
754 ACPI_OBJECT_TYPE ObjectType; in AcpiDmXrefDescendingOp() local
767 ObjectType = OpInfo->ObjectType; in AcpiDmXrefDescendingOp()
884 ObjectType2 = ObjectType; in AcpiDmXrefDescendingOp()
917 if (AcpiNsOpensScope (ObjectType)) in AcpiDmXrefDescendingOp()
964 ObjectType = OpInfo->ObjectType; in AcpiDmResourceDescendingOp()
965 if (AcpiNsOpensScope (ObjectType)) in AcpiDmResourceDescendingOp()
1015 ObjectType = OpInfo->ObjectType; in AcpiDmCommonAscendingOp()
[all …]
A Ddmrestag.c477 if (OpInfo->ObjectType != ACPI_TYPE_INTEGER) in AcpiDmCheckResourceReference()
/third_party/lib/acpica/source/compiler/
A Daslload.c348 ACPI_OBJECT_TYPE ObjectType; in LdNamespace1Begin() local
445 ObjectType = 1; in LdNamespace1Begin()
448 ObjectType++; in LdNamespace1Begin()
462 ObjectType = ACPI_TYPE_ANY; in LdNamespace1Begin()
667 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin()
678 Node->Type = (UINT8) ObjectType; in LdNamespace1Begin()
682 if (AcpiNsOpensScope (ObjectType)) in LdNamespace1Begin()
785 ACPI_OBJECT_TYPE ObjectType; in LdNamespace2Begin() local
810 ObjectType = ACPI_TYPE_LOCAL_RESOURCE; in LdNamespace2Begin()
915 ACPI_OBJECT_TYPE ObjectType; in LdCommonNamespaceEnd() local
[all …]
A Daslxref.c349 ACPI_OBJECT_TYPE ObjectType; in XfNamespaceLocateBegin() local
586 ObjectType = AslMapNamedOpcodeToDataType (Op->Asl.AmlOpcode); in XfNamespaceLocateBegin()
588 "Type=%s\n", AcpiUtGetTypeName (ObjectType))); in XfNamespaceLocateBegin()
599 Status = AcpiNsLookup (WalkState->ScopeInfo, Path, ObjectType, in XfNamespaceLocateBegin()
1092 AcpiUtGetTypeName (OpInfo->ObjectType), Op)); in XfNamespaceLocateEnd()
A Daslprepkg.c232 Package->RetInfo3.ObjectType[i], i); in ApCheckPackage()
610 Package->RetInfo2.ObjectType[j], j); in ApCheckPackageList()
A Daslmap.c91 return (OpInfo->ObjectType); in AslMapNamedOpcodeToDataType()
/third_party/lib/acpica/source/components/executer/
A Dexresop.c152 UINT8 ObjectType; in AcpiExResolveOperands() local
211 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
218 if (ObjectType == ACPI_TYPE_LOCAL_ALIAS) in AcpiExResolveOperands()
223 ObjectType = ((ACPI_NAMESPACE_NODE *) ObjDesc)->Type; in AcpiExResolveOperands()
231 ObjectType = ObjDesc->Common.Type; in AcpiExResolveOperands()
235 if (!AcpiUtValidObjectType (ObjectType)) in AcpiExResolveOperands()
238 "Bad operand object type [0x%X]", ObjectType)); in AcpiExResolveOperands()
243 if (ObjectType == (UINT8) ACPI_TYPE_LOCAL_REFERENCE) in AcpiExResolveOperands()
338 ACPI_TYPE_LOCAL_REFERENCE, ObjectType, ObjDesc); in AcpiExResolveOperands()
/third_party/lib/acpica/source/components/namespace/
A Dnsobject.c83 ACPI_OBJECT_TYPE ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject() local
134 ObjectType = ACPI_TYPE_ANY; in AcpiNsAttachObject()
149 ObjectType = ((ACPI_NAMESPACE_NODE *) Object)->Type; in AcpiNsAttachObject()
162 ObjectType = Type; in AcpiNsAttachObject()
198 Node->Type = (UINT8) ObjectType; in AcpiNsAttachObject()
A Dnsprepkg.c218 Package->RetInfo3.ObjectType[i], i); in AcpiNsCheckPackage()
522 Package->RetInfo2.ObjectType[j], j); in AcpiNsCheckPackageList()
/third_party/lib/acpica/source/components/hardware/
A Dhwpci.c374 ACPI_OBJECT_TYPE ObjectType; in AcpiHwGetPciDeviceInfo() local
381 Status = AcpiGetType (PciDevice, &ObjectType); in AcpiHwGetPciDeviceInfo()
387 if (ObjectType != ACPI_TYPE_DEVICE) in AcpiHwGetPciDeviceInfo()
/third_party/lib/acpica/source/components/utilities/
A Dutcopy.c63 UINT8 ObjectType,
91 UINT8 ObjectType,
263 UINT8 ObjectType, in AcpiUtCopyIelementToEelement() argument
282 switch (ObjectType) in AcpiUtCopyIelementToEelement()
874 UINT8 ObjectType, in AcpiUtCopyIelementToIelement() argument
892 switch (ObjectType) in AcpiUtCopyIelementToIelement()
A Dutobject.c66 UINT8 ObjectType,
643 UINT8 ObjectType, in AcpiUtGetElementLength() argument
653 switch (ObjectType) in AcpiUtGetElementLength()
/third_party/lib/acpica/tests/misc/
A Dgrammar.asl2672 Store (ObjectType (Local0), Local1)
2684 Store (ObjectType (Local0), Local1)
2700 Store (ObjectType (Local0), Local1)
2712 Store (ObjectType (Local0), Local1)
2733 Store (ObjectType (Local0), Local1)
5751 Store (ObjectType (EVNT), Local1)
6423 Store (ObjectType (BUF0), Local1)
6426 Store (ObjectType (BUF1), Local1)
7127 Store (ObjectType(Local0), Local1)
7143 Store (ObjectType(Local0), Local1)
[all …]
/third_party/lib/acpica/source/include/acpica/
A Daclocal.h410 UINT8 ObjectType[4]; member
421 UINT8 ObjectType[2]; member
871 UINT8 ObjectType; /* Corresponding internal object type */ member
A Dacutils.h150 UINT8 ObjectType,
/third_party/lib/acpica/
A Dchanges.txt2650 iASL: Disallow a method call as argument to the ObjectType ASL operator.
2653 method invocation when these are used as an argument to the ObjectType
2656 (UserTerm) for the ObjectType operator.
10559 Fixed a problem where the ObjectType operator would fail (fault) when
10637 and ObjectType operators were not treated properly. They are now treated
11094 Fixed typechecking for the ObjectType and SizeOf operators. Problem was
11177 Fixed a problem in the implementation of the SizeOf and ObjectType
11285 Allow the use of the ObjectType operator on uninitialized Locals and Args
13536 and RefOf() operators) in the ObjectType() and SizeOf() operators.

Completed in 61 milliseconds