Home
last modified time | relevance | path

Searched refs:AML_PACKAGE_OP (Results 1 – 13 of 13) sorted by relevance

/titanic_41/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c105 case AML_PACKAGE_OP: in AcpiDmParseDeferredOps()
219 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
224 case AML_PACKAGE_OP: in AcpiDmDeferredParse()
H A Ddmwalk.c294 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()
H A Ddmbuffer.c578 if (ParentOp->Common.AmlOpcode == AML_PACKAGE_OP) in AcpiDmIsPldBuffer()
935 if (NextOp->Common.AmlOpcode != AML_PACKAGE_OP) in AcpiDmCheckForHardwareId()
H A Ddmcstyle.c240 (Child1->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDmCheckForSymbolicOpcode()
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsobject.c115 ((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()
H A Ddsopcode.c683 case AML_PACKAGE_OP: in AcpiDsEvalDataObjectOperands()
703 ((Op->Common.Parent->Common.AmlOpcode != AML_PACKAGE_OP) && in AcpiDsEvalDataObjectOperands()
H A Ddsutils.c299 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsIsResultUsed()
878 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsEvaluateNamePath()
H A Ddswexec.c541 ((Op->Asl.Parent->Asl.AmlOpcode == AML_PACKAGE_OP) || in AcpiDsExecEndOp()
/titanic_41/usr/src/uts/intel/io/acpica/parser/
H A Dpsparse.c219 (Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
234 (Op->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsCompleteThisOp()
H A Dpstree.c323 case AML_PACKAGE_OP: in AcpiPsGetChild()
H A Dpsloop.c248 case AML_PACKAGE_OP: in AcpiPsGetArguments()
H A Dpsargs.c380 ((Arg->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) || in AcpiPsGetNextNamepath()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Damlcode.h65 #define AML_PACKAGE_OP (UINT16) 0x12 macro