Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsargs.c97 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
144 Op = AcpiPsAllocOp (AML_INT_EVAL_SUBTREE_OP, AmlStart); in AcpiDsExecuteArguments()
H A Ddswexec.c644 case AML_INT_EVAL_SUBTREE_OP: in AcpiDsExecEndOp()
H A Ddsutils.c302 (Op->Common.Parent->Common.AmlOpcode == AML_INT_EVAL_SUBTREE_OP) || in AcpiDsIsResultUsed()
/titanic_50/usr/src/uts/intel/sys/acpi/
H A Damlcode.h215 #define AML_INT_EVAL_SUBTREE_OP (UINT16) 0x0037 macro