HomeSort by: relevance | last modified time | path
    Searched refs:Operands (Results 1 - 19 of 19) sorted by relevancy

  /src/sys/external/bsd/acpica/dist/executer/
excreate.c 59 * PARAMETERS: WalkState - Current state, contains operands
79 /* Get the source/alias operands (both namespace nodes) */
81 AliasNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
82 TargetNode = (ACPI_NAMESPACE_NODE *) WalkState->Operands[1];
127 /* Since both operands are Nodes, we don't need to delete them */
178 (ACPI_NAMESPACE_NODE *) WalkState->Operands[0],
235 ObjDesc->Mutex.SyncLevel = (UINT8) WalkState->Operands[1]->Integer.Value;
236 ObjDesc->Mutex.Node = (ACPI_NAMESPACE_NODE *) WalkState->Operands[0];
325 * operands since they need to be evaluated at run time.
340 /* Init the region from the operands */
    [all...]
exoparg3.c 60 * convention based upon the number of arguments, the number of target operands,
67 * xA - ARGUMENTS: The number of arguments (input operands) that are
69 * yT - TARGETS: The number of targets (output operands) that are required
75 * fully resolved operands.
87 * DESCRIPTION: Execute Triadic operator (3 operands)
95 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
156 * DESCRIPTION: Execute Triadic operator (3 operands)
164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
exoparg2.c 60 * convention based upon the number of arguments, the number of target operands,
67 * xA - ARGUMENTS: The number of arguments (input operands) that are
69 * yT - TARGETS: The number of targets (output operands) that are required
75 * fully resolved operands.
90 * ALLOCATION: Deletes both operands
98 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
163 * DESCRIPTION: Execute a dyadic operator (2 operands) with 2 output targets
172 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
226 /* Store the results to the target reference operands */
282 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]
    [all...]
exoparg1.c 61 * convention based upon the number of arguments, the number of target operands,
68 * xA - ARGUMENTS: The number of arguments (input operands) that are
70 * yT - TARGETS: The number of targets (output operands) that are required
76 * fully resolved operands.
87 * DESCRIPTION: Execute operator with no operands, one return value
164 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
237 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
290 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
521 WalkState->Operands[0] = NULL; /* Prevent deletion */
645 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]
    [all...]
exoparg6.c 59 * convention based upon the number of arguments, the number of target operands,
66 * xA - ARGUMENTS: The number of arguments (input operands) that are
68 * yT - TARGETS: The number of targets (output operands) that are required
74 * fully resolved operands.
224 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
exconfig.c 119 * PARAMETERS: WalkState - Current state with operands
134 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0];
exresop.c 134 * DESCRIPTION: Convert multiple input operands to the types required by the
719 * If more operands needed, decrement StackPtr to point
728 ACPI_DUMP_OPERANDS (WalkState->Operands,
exdump.c 923 * PARAMETERS: Operands - A list of Operand objects
927 * DESCRIPTION: Dump the operands associated with the opcode
933 ACPI_OPERAND_OBJECT **Operands,
946 "**** Start operand dump for opcode [%s], %u operands\n",
954 /* Dump the individual operands */
958 AcpiExDumpOperand (*Operands, 0);
959 Operands++;
  /src/sys/external/bsd/acpica/dist/dispatcher/
dsopcode.c 279 /* Always delete the operands */
344 /* Evaluate/create the address and length operands */
358 /* Resolve the operands */
374 /* NOTE: Slightly different operands for this opcode */
377 WalkState->Operands[0], WalkState->Operands[1],
378 WalkState->Operands[2], WalkState->Operands[3]);
385 WalkState->Operands[0], WalkState->Operands[1]
    [all...]
dscontrol.c 286 &WalkState->Operands [0], WalkState);
297 WalkState->ReturnDesc = WalkState->Operands[0];
338 AcpiUtRemoveReference (WalkState->Operands [0]);
341 WalkState->Operands[0] = NULL;
dswexec.c 127 Status = AcpiExResolveToValue (&WalkState->Operands [0], WalkState);
133 ObjDesc = WalkState->Operands [0];
228 * methods. This is where most operators and operands are
470 /* Resolve all operands */
473 &(WalkState->Operands [WalkState->NumOperands -1]),
494 (WalkState->Operands[0]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
495 (WalkState->Operands[1]->Common.Type == ACPI_TYPE_LOCAL_REFERENCE) &&
496 (WalkState->Operands[0]->Reference.Class ==
497 WalkState->Operands[1]->Reference.Class) &&
498 (WalkState->Operands[0]->Reference.Value =
    [all...]
dswload2.c 466 WalkState->Operands[0] = (void *) Node;
613 /* Delete operands */
617 AcpiUtRemoveReference (WalkState->Operands[i]);
618 WalkState->Operands[i] = NULL;
643 * AML of the address and length operands)
715 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
726 WalkState->Operands[0] = NULL;
797 WalkState->Operands[0] = NULL;
dswstate.c 361 WalkState->Operands [WalkState->OperandIndex] = Object;
416 WalkState->Operands [WalkState->NumOperands] = NULL;
467 ObjDesc = WalkState->Operands [i];
470 AcpiUtRemoveReference (WalkState->Operands [i]);
471 WalkState->Operands [i] = NULL;
dsutils.c 289 * These opcodes allow TermArg(s) as operands and therefore
290 * the operands can be method calls. The result is used.
305 * These opcodes allow TermArg(s) as operands and therefore
306 * the operands can be method calls. The result is used.
401 * PARAMETERS: WalkState - Current walk state with operands on stack
405 * DESCRIPTION: Resolve all operands to their values. Used to prepare
423 * Attempt to resolve each of the valid operands
429 Status = AcpiExResolveToValue (&WalkState->Operands[i], WalkState);
444 * PARAMETERS: WalkState - Current walk state with operands on stack
448 * DESCRIPTION: Clear all operands on the current walk state operand stack
    [all...]
dsobject.c 405 ACPI_NAMESPACE_NODE, WalkState->Operands[0]);
419 ACPI_NAMESPACE_NODE, WalkState->Operands[0]);
441 * target operands.
dswload.c 610 WalkState->Operands[0] = ACPI_CAST_PTR (void, Op->Named.Node);
621 WalkState->Operands[0] = NULL;
dsmethod.c 601 * stack. Operands on the previous walk state stack always
604 ThisWalkState->Operands [ThisWalkState->NumOperands] = NULL;
618 Info->Parameters = &ThisWalkState->Operands[0];
633 * Delete the operands on the previous walkstate operand stack
  /src/sys/external/bsd/acpica/dist/include/
acstruct.h 80 UINT8 NumOperands; /* Stack pointer for Operands[] array */
105 union acpi_operand_object *Operands[ACPI_OBJ_NUM_OPERANDS + 1]; /* Operands passed to the interpreter (+1 for NULL terminator) */
169 ACPI_OPERAND_OBJECT *Operands[7];
acinterp.h 48 #define ACPI_WALK_OPERANDS (&(WalkState->Operands [WalkState->NumOperands -1]))
487 * exoparg2 - ACPI AML execution, 2 operands
507 * exoparg3 - ACPI AML execution, 3 operands
519 * exoparg6 - ACPI AML execution, 6 operands
571 ACPI_OPERAND_OBJECT **Operands,

Completed in 47 milliseconds