Home | History | Annotate | Download | only in executer

Lines Matching refs:Operands

168  * PARAMETERS:  WalkState            - Current state, contains operands
188 /* Get the source/alias operands (both namespace nodes) */
190 AliasNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
191 TargetNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[1];
236 /* Since both operands are Nodes, we don't need to delete them */
287 (ACPI_NAMESPACE_NODE *) WalkState->Operands[0],
344 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
345 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
434 * operands since they need to be evaluated at run time.
449 /* Init the region from the operands */
493 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
509 /* Initialize the processor object from the operands */
545 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
561 /* Initialize the power object from the operands */
598 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];