Searched refs:AML_REGION_OP (Results 1 – 15 of 15) sorted by relevance
313 case AML_REGION_OP: in LsAmlOffsetWalk()350 (UINT8) NextOp->Asl.AmlOpcode, AML_REGION_OP); in LsAmlOffsetWalk()
417 case AML_REGION_OP: in AnOperandTypecheckWalkEnd()
447 /* OPERATIONREGION */ OP_TABLE_ENTRY (AML_REGION_OP, 0, …
1258 case AML_REGION_OP: in OpnAttachNameToNode()
735 case AML_REGION_OP: in AcpiDsLoad2EndOp()738 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad2EndOp()
404 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()674 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
625 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad1EndOp()
812 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsExecEndOp()
416 if ((*Op)->Common.AmlOpcode == AML_REGION_OP || in AcpiPsBuildNamedOp()729 if (((*Op)->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteOp()
619 if (Op->Common.AmlOpcode == AML_REGION_OP || in AcpiPsParseLoop()
325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteThisOp()
226 case AML_REGION_OP: in AcpiDmParseDeferredOps()
820 case AML_REGION_OP: in AcpiDmDescendingOp()
576 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDbSecondPassParse()
288 #define AML_REGION_OP (UINT16) 0x5b80 macro