Home | History | Annotate | Download | only in executer

Lines Matching refs:Reference

334     /* Store the results to the target reference operands */
350 * Since the remainder is not returned indirectly, remove a reference to
506 /* Initialize the Index reference object */
509 ReturnDesc->Reference.Value = (UINT32) Index;
510 ReturnDesc->Reference.Class = ACPI_REFCLASS_INDEX;
526 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD;
527 ReturnDesc->Reference.IndexPointer =
539 ReturnDesc->Reference.TargetType = ACPI_TYPE_BUFFER_FIELD;
540 ReturnDesc->Reference.IndexPointer =
552 ReturnDesc->Reference.TargetType = ACPI_TYPE_PACKAGE;
553 ReturnDesc->Reference.Where =
576 * Save the target object and add a reference to it for the life
579 ReturnDesc->Reference.Object = Operand[0];
582 /* Store the reference to the Target */
586 /* Return the reference */