Searched refs:AML_VARIABLE_PACKAGE_OP (Results 1 – 16 of 16) sorted by relevance
214 case AML_VARIABLE_PACKAGE_OP: in AcpiDmParseDeferredOps()332 case AML_VARIABLE_PACKAGE_OP: in AcpiDmDeferredParse()343 case AML_VARIABLE_PACKAGE_OP: in AcpiDmDeferredParse()
406 case AML_VARIABLE_PACKAGE_OP: in AcpiDmBlockType()418 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))) in AcpiDmBlockType()484 case AML_VARIABLE_PACKAGE_OP: in AcpiDmListType()986 case AML_VARIABLE_PACKAGE_OP: in AcpiDmDescendingOp()1206 case AML_VARIABLE_PACKAGE_OP: in AcpiDmAscendingOp()
355 (Argument1->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiDmCheckForSymbolicOpcode()
205 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiDsBuildInternalObject()257 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiDsBuildInternalObject()
408 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) || in AcpiDsIsResultUsed()974 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
817 case AML_VARIABLE_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()837 (Op->Common.Parent->Common.AmlOpcode != AML_VARIABLE_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
232 (Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiDsBuildInternalPackageObj()
654 (Op->Asl.Parent->Asl.AmlOpcode == AML_VARIABLE_PACKAGE_OP))) in AcpiDsExecEndOp()
252 case AML_VARIABLE_PACKAGE_OP: in AcpiPsGetArguments()305 case AML_VARIABLE_PACKAGE_OP: in AcpiPsGetArguments()
330 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiPsCompleteThisOp()344 (Op->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP)) in AcpiPsCompleteThisOp()
441 case AML_VARIABLE_PACKAGE_OP: in AcpiPsGetChild()
493 (Arg->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))) in AcpiPsGetNextNamepath()
295 case AML_VARIABLE_PACKAGE_OP: in LsAmlOffsetWalk()
436 case AML_VARIABLE_PACKAGE_OP: in AnOperandTypecheckWalkEnd()
553 /* VARIABLE_PACKAGE */ OP_TABLE_ENTRY (AML_VARIABLE_PACKAGE_OP, 0, …
171 #define AML_VARIABLE_PACKAGE_OP (UINT16) 0x13 /* ACPI 2.0 */ macro