Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/acpi/iasl/
H A Dasloffset.c313 case AML_REGION_OP: in LsAmlOffsetWalk()
350 (UINT8) NextOp->Asl.AmlOpcode, AML_REGION_OP); in LsAmlOffsetWalk()
H A Daslwalks.c409 case AML_REGION_OP: in AnOperandTypecheckWalkEnd()
H A Daslmap.c445 /* OPERATIONREGION */ OP_TABLE_ENTRY (AML_REGION_OP, 0, …
H A Dasloperands.c1196 case AML_REGION_OP: in OpnAttachNameToNode()
/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddswload2.c719 case AML_REGION_OP: in AcpiDsLoad2EndOp()
722 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad2EndOp()
H A Ddsutils.c405 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()
676 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
H A Ddswload.c608 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad1EndOp()
H A Ddswexec.c787 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsExecEndOp()
/illumos-gate/usr/src/common/acpica/disassembler/
H A Ddmdeferred.c226 case AML_REGION_OP: in AcpiDmParseDeferredOps()
H A Ddmwalk.c820 case AML_REGION_OP: in AcpiDmDescendingOp()
/illumos-gate/usr/src/common/acpica/parser/
H A Dpsobject.c416 if ((*Op)->Common.AmlOpcode == AML_REGION_OP || in AcpiPsBuildNamedOp()
731 if (((*Op)->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteOp()
H A Dpsparse.c325 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteThisOp()
H A Dpsloop.c803 if (Op->Common.AmlOpcode == AML_REGION_OP || in AcpiPsParseLoop()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h288 #define AML_REGION_OP (UINT16) 0x5b80 macro