Home
last modified time | relevance | path

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

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