Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddswload2.c590 case AML_REGION_OP: in AcpiDsLoad2EndOp()
593 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad2EndOp()
H A Ddsutils.c297 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiDsIsResultUsed()
568 (ParentOp->Common.AmlOpcode != AML_REGION_OP) && in AcpiDsCreateOperand()
H A Ddswload.c496 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsLoad1EndOp()
H A Ddswexec.c677 if (Op->Common.AmlOpcode == AML_REGION_OP) in AcpiDsExecEndOp()
/titanic_44/usr/src/uts/intel/io/acpica/disassembler/
H A Ddmdeferred.c118 case AML_REGION_OP: in AcpiDmParseDeferredOps()
H A Ddmwalk.c665 case AML_REGION_OP: in AcpiDmDescendingOp()
/titanic_44/usr/src/uts/intel/sys/acpi/
H A Damlcode.h174 #define AML_REGION_OP (UINT16) 0x5b80 macro
/titanic_44/usr/src/uts/intel/io/acpica/parser/
H A Dpsloop.c578 if (Op->Common.AmlOpcode == AML_REGION_OP || in AcpiPsParseLoop()
H A Dpsparse.c216 if ((Op->Common.Parent->Common.AmlOpcode == AML_REGION_OP) || in AcpiPsCompleteThisOp()
H A Dpsobject.c260 if ((*Op)->Common.AmlOpcode == AML_REGION_OP || in AcpiPsBuildNamedOp()