Lines Matching refs:Operand
492 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateProcessor() local
510 ObjDesc->Processor.ProcId = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateProcessor()
511 ObjDesc->Processor.Length = (UINT8) Operand[3]->Integer.Value; in AcpiExCreateProcessor()
512 ObjDesc->Processor.Address = (ACPI_IO_ADDRESS) Operand[2]->Integer.Value; in AcpiExCreateProcessor()
516 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateProcessor()
544 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreatePowerResource() local
562 ObjDesc->PowerResource.SystemLevel = (UINT8) Operand[1]->Integer.Value; in AcpiExCreatePowerResource()
563 ObjDesc->PowerResource.ResourceOrder = (UINT16) Operand[2]->Integer.Value; in AcpiExCreatePowerResource()
567 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreatePowerResource()
597 ACPI_OPERAND_OBJECT **Operand = &WalkState->Operands[0]; in AcpiExCreateMethod() local
619 ObjDesc->Method.Node = Operand[0]; in AcpiExCreateMethod()
625 MethodFlags = (UINT8) Operand[1]->Integer.Value; in AcpiExCreateMethod()
647 Status = AcpiNsAttachObject ((ACPI_NAMESPACE_NODE *) Operand[0], in AcpiExCreateMethod()
657 AcpiUtRemoveReference (Operand[1]); in AcpiExCreateMethod()