Home | History | Annotate | Download | only in dispatcher

Lines Matching refs:AmlOpcode

193     if (Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP)
204 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
205 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
238 (AcpiPsGetOpcodeInfo (Op->Common.AmlOpcode))->ObjectType);
245 WalkState, Op, Op->Common.AmlOpcode, &ObjDesc);
256 if ((Op->Common.Parent->Common.AmlOpcode == AML_PACKAGE_OP) ||
257 (Op->Common.Parent->Common.AmlOpcode == AML_VARIABLE_PACKAGE_OP))
261 if ((Op->Common.AmlOpcode == AML_INT_NAMEPATH_OP) &&
339 if (ByteList->Common.AmlOpcode != AML_INT_BYTELIST_OP)
343 ByteList->Common.AmlOpcode, ByteList));
659 switch (Op->Common.AmlOpcode)