Home
last modified time | relevance | path

Searched refs:AML_REGION_OP (Results 1 – 15 of 15) sorted by relevance

/acpica-latest/source/compiler/
Dasloffset.c313 case AML_REGION_OP: in LsAmlOffsetWalk()
350 (UINT8) NextOp->Asl.AmlOpcode, AML_REGION_OP); in LsAmlOffsetWalk()
Daslwalks.c417 case AML_REGION_OP: in AnOperandTypecheckWalkEnd()
Daslmap.c447 /* OPERATIONREGION */ OP_TABLE_ENTRY (AML_REGION_OP, 0, …
Dasloperands.c1258 case AML_REGION_OP: in OpnAttachNameToNode()
/acpica-latest/source/components/dispatcher/
Ddswload2.c735 case AML_REGION_OP: in AcpiDsLoad2EndOp()
738 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad2EndOp()
Ddsutils.c404 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()
674 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
Ddswload.c625 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad1EndOp()
Ddswexec.c812 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsExecEndOp()
/acpica-latest/source/components/parser/
Dpsobject.c416 if ((*Op)->Common.AmlOpcode == AML_REGION_OP || in AcpiPsBuildNamedOp()
729 if (((*Op)->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteOp()
Dpsloop.c619 if (Op->Common.AmlOpcode == AML_REGION_OP || in AcpiPsParseLoop()
Dpsparse.c325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteThisOp()
/acpica-latest/source/components/disassembler/
Ddmdeferred.c226 case AML_REGION_OP: in AcpiDmParseDeferredOps()
Ddmwalk.c820 case AML_REGION_OP: in AcpiDmDescendingOp()
/acpica-latest/source/components/debugger/
Ddbutils.c576 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDbSecondPassParse()
/acpica-latest/source/include/
Damlcode.h288 #define AML_REGION_OP (UINT16) 0x5b80 macro