Searched refs:AML_PACKAGE_OP (Results 1 – 10 of 10) sorted by relevance
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()
816 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()836 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
231 while ((Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsBuildInternalPackageObj()
653 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
251 case AML_PACKAGE_OP: in AcpiPsGetArguments()304 case AML_PACKAGE_OP: in AcpiPsGetArguments()
440 case AML_PACKAGE_OP: in AcpiPsGetChild()
328 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()343 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
492 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
170 #define AML_PACKAGE_OP (UINT16) 0x12 macro