Searched refs:AML_PACKAGE_OP (Results 1 – 20 of 20) sorted by relevance
213 case AML_PACKAGE_OP: in AcpiDmParseDeferredOps()327 case AML_PACKAGE_OP: in AcpiDmDeferredParse()332 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
405 case AML_PACKAGE_OP: in AcpiDmBlockType()417 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmBlockType()483 case AML_PACKAGE_OP: in AcpiDmListType()991 case AML_PACKAGE_OP: in AcpiDmDescendingOp()1198 case AML_PACKAGE_OP: in AcpiDmAscendingOp()
763 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()1120 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode()
205 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()257 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()
800 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()820 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
407 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()979 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalPackageObj()
650 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
31 #define AML_PACKAGE_OP 0x12 macro
328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()343 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
440 case AML_PACKAGE_OP: in AcpiPsGetChild()
259 case AML_PACKAGE_OP: in AcpiPsGetArguments()388 case AML_PACKAGE_OP: in AcpiPsGetArguments()
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
662 if (!CurrentOp || (CurrentOp->Common.AmlOpcode != AML_PACKAGE_OP)) in AcpiDmIsCaseBlock()
294 case AML_PACKAGE_OP: in LsAmlOffsetWalk()
427 case AML_PACKAGE_OP: in AnOperandTypecheckWalkEnd()
447 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, …
913 Op->Asl.AmlOpcode = AML_PACKAGE_OP; in OpnDoPackage()
170 #define AML_PACKAGE_OP (UINT16) 0x12 macro