Searched refs:AML_PACKAGE_OP (Results 1 – 20 of 20) sorted by relevance
213 case AML_PACKAGE_OP: in AcpiDmParseDeferredOps()331 case AML_PACKAGE_OP: in AcpiDmDeferredParse()336 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()990 case AML_PACKAGE_OP: in AcpiDmDescendingOp()1197 case AML_PACKAGE_OP: in AcpiDmAscendingOp()
782 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()1139 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
354 (Argument1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode()
31 #define AML_PACKAGE_OP 0x12 macro
251 case AML_PACKAGE_OP: in AcpiPsGetArguments()304 case AML_PACKAGE_OP: in AcpiPsGetArguments()
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()
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
204 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()256 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()
406 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()973 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
815 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()835 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalPackageObj()
651 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
294 case AML_PACKAGE_OP: in LsAmlOffsetWalk()
435 case AML_PACKAGE_OP: in AnOperandTypecheckWalkEnd()
448 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, …
944 Op->Asl.AmlOpcode = AML_PACKAGE_OP; in OpnDoPackage()
668 if (!CurrentOp || (CurrentOp->Common.AmlOpcode != AML_PACKAGE_OP)) in AcpiDmIsCaseBlock()
170 #define AML_PACKAGE_OP (UINT16) 0x12 macro