Searched refs:AML_VAR_PACKAGE_OP (Results 1 – 11 of 11) sorted by relevance
106 case AML_VAR_PACKAGE_OP: in AcpiDmParseDeferredOps()220 case AML_VAR_PACKAGE_OP: in AcpiDmDeferredParse()231 case AML_VAR_PACKAGE_OP: in AcpiDmDeferredParse()
295 case AML_VAR_PACKAGE_OP: in AcpiDmBlockType()307 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDmBlockType()373 case AML_VAR_PACKAGE_OP: in AcpiDmListType()824 case AML_VAR_PACKAGE_OP: in AcpiDmDescendingOp()1019 case AML_VAR_PACKAGE_OP: in AcpiDmAscendingOp()
241 (Child1->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDmCheckForSymbolicOpcode()
116 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDsBuildInternalObject()145 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDsBuildInternalObject()414 (Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiDsBuildInternalPackageObj()
684 case AML_VAR_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()704 (Op->Common.Parent->Common.AmlOpcode != AML_VAR_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
300 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsIsResultUsed()879 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
542 (Op->Asl.Parent->Asl.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiDsExecEndOp()
221 (Op->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiPsCompleteThisOp()235 (Op->Common.AmlOpcode == AML_VAR_PACKAGE_OP)) in AcpiPsCompleteThisOp()
249 case AML_VAR_PACKAGE_OP: in AcpiPsGetArguments()
381 (Arg->Common.Parent->Common.AmlOpcode == AML_VAR_PACKAGE_OP))) in AcpiPsGetNextNamepath()
66 #define AML_VAR_PACKAGE_OP (UINT16) 0x13 /* ACPI 2.0 */ macro