Home | History | Annotate | Download | only in executer

Lines Matching defs:Value

169  * and whether or not a value is returned:
179 * zR - RETURN VALUE: Indicates whether this opcode type returns a value
196 * value.
208 UINT32 Value;
226 /* Second value is the notify value */
228 Value = (UINT32) Operand[1]->Integer.Value;
249 Status = AcpiEvQueueNotifyRequest (Node, Value);
272 * and one implicit return value.
315 Operand[0]->Integer.Value,
316 Operand[1]->Integer.Value,
317 &ReturnDesc1->Integer.Value,
318 &ReturnDesc2->Integer.Value);
382 * value.
414 ReturnDesc->Integer.Value = AcpiExDoMathOp (
416 Operand[0]->Integer.Value,
417 Operand[1]->Integer.Value);
435 Operand[0]->Integer.Value,
436 Operand[1]->Integer.Value,
438 &ReturnDesc->Integer.Value);
464 (Length < Operand[1]->Integer.Value) && /* Length operand */
508 Index = Operand[1]->Integer.Value;
509 ReturnDesc->Reference.Value = (UINT32) Index;
643 * DESCRIPTION: Execute opcode with 2 arguments, no target, and a return value
677 Operand[0]->Integer.Value, Operand[1]->Integer.Value,
725 * Set return value to according to LogicalResult. logical TRUE (all ones)
730 ReturnDesc->Integer.Value = ACPI_UINT64_MAX;