Searched refs:AML_PACKAGE_OP (Results 1 – 17 of 17) sorted by relevance
105 case AML_PACKAGE_OP: in AcpiDmParseDeferredOps()219 case AML_PACKAGE_OP: in AcpiDmDeferredParse()224 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
294 case AML_PACKAGE_OP: in AcpiDmBlockType()306 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmBlockType()372 case AML_PACKAGE_OP: in AcpiDmListType()804 case AML_PACKAGE_OP: in AcpiDmDescendingOp()986 case AML_PACKAGE_OP: in AcpiDmAscendingOp()
616 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()973 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
239 (Child1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode()
115 ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()144 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalObject()413 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalPackageObj()
683 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()703 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
299 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()870 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
537 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
323 case AML_PACKAGE_OP: in AcpiPsGetChild()
219 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()234 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
248 case AML_PACKAGE_OP: in AcpiPsGetArguments()
380 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
187 case AML_PACKAGE_OP: in LsAmlOffsetWalk()
316 case AML_PACKAGE_OP: in AnOperandTypecheckWalkEnd()
338 /* PACKAGE */ OP_TABLE_ENTRY (AML_PACKAGE_OP, 0, …
790 Op->Asl.AmlOpcode = AML_PACKAGE_OP; in OpnDoPackage()
65 #define AML_PACKAGE_OP (UINT16) 0x12 macro
Completed in 612 milliseconds