Searched refs:AML_PACKAGE_OP (Results 1 – 13 of 13) 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()836 case AML_PACKAGE_OP: in AcpiDmDescendingOp()1018 case AML_PACKAGE_OP: in AcpiDmAscendingOp()
578 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()935 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
240 (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()878 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
541 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
219 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()234 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
323 case AML_PACKAGE_OP: in AcpiPsGetChild()
248 case AML_PACKAGE_OP: in AcpiPsGetArguments()
380 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
65 #define AML_PACKAGE_OP (UINT16) 0x12 macro