Home
last modified time | relevance | path

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

/acpica-latest/source/components/dispatcher/
Ddsargs.c205 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
252 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
Ddsutils.c409 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
Ddswexec.c779 case AML_INT_EVAL_SUBTREE_OP: in AcpiDsExecEndOp()
/acpica-latest/source/compiler/
Daslfold.c552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()
712 NewParent->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrTransformToStoreOp()
/acpica-latest/source/include/
Damlcode.h320 #define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037 macro