Searched refs:AML_INT_EVAL_SUBTREE_OP (Results 1 – 5 of 5) sorted by relevance
205 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()252 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
409 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
779 case AML_INT_EVAL_SUBTREE_OP: in AcpiDsExecEndOp()
552 RootOp->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrSimpleConstantReduction()712 NewParent->Common.AmlOpcode = AML_INT_EVAL_SUBTREE_OP; in TrTransformToStoreOp()
320 #define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037 macro