Home
last modified time | relevance | path

Searched refs:AML_INT_EVAL_SUBTREE_OP (Results 1 – 5 of 5) sorted by relevance

/illumos-gate/usr/src/common/acpica/dispatcher/
H A Ddsargs.c205 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
252 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
H A Ddswexec.c754 case AML_INT_EVAL_SUBTREE_OP: in AcpiDsExecEndOp()
H A Ddsutils.c410 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
/illumos-gate/usr/src/cmd/acpi/iasl/
H A Daslfold.c552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()
712 NewParent->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrTransformToStoreOp()
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Damlcode.h320 #define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037 macro