Lines Matching refs:ObjDesc

170     ACPI_OPERAND_OBJECT     *ObjDesc,
193 ACPI_OPERAND_OBJECT *ObjDesc;
197 ObjDesc = AcpiNsGetAttachedObject (ObjHandle);
201 Status = AcpiEvInitializeRegion (ObjDesc);
211 * ObjDesc - BufferField object
226 ACPI_OPERAND_OBJECT *ObjDesc,
239 ACPI_FUNCTION_TRACE_PTR (DsInitBufferField, ObjDesc);
370 ObjDesc, FieldFlags, 0, BitOffset, BitCount);
376 ObjDesc->BufferField.BufferObj = BufferDesc;
377 ObjDesc->BufferField.IsCreateField = AmlOpcode == AML_CREATE_FIELD_OP;
379 /* Reference count for BufferDesc inherits ObjDesc count */
382 (BufferDesc->Common.ReferenceCount + ObjDesc->Common.ReferenceCount);
407 ObjDesc->BufferField.Flags |= AOPOBJ_DATA_VALID;
434 ACPI_OPERAND_OBJECT *ObjDesc;
460 ObjDesc = AcpiNsGetAttachedObject (Node);
461 if (!ObjDesc)
484 Status = AcpiDsInitBufferField (Op->Common.AmlOpcode, ObjDesc,
492 Status = AcpiDsInitBufferField (Op->Common.AmlOpcode, ObjDesc,
521 ACPI_OPERAND_OBJECT *ObjDesc;
563 ObjDesc = AcpiNsGetAttachedObject (Node);
564 if (!ObjDesc)
575 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value;
580 if (!ObjDesc->Region.Length && (SpaceId < ACPI_NUM_PREDEFINED_REGIONS))
593 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS)
598 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address),
599 ObjDesc->Region.Length));
601 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId,
602 ObjDesc->Region.Address, ObjDesc->Region.Length, Node);
606 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID;
632 ACPI_OPERAND_OBJECT *ObjDesc;
701 ObjDesc = AcpiNsGetAttachedObject (Node);
702 if (!ObjDesc)
708 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table);
709 ObjDesc->Region.Length = Table->Length;
710 ObjDesc->Region.Pointer = Table;
713 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address),
714 ObjDesc->Region.Length));
718 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID;
735 * ObjDesc - DataObject
748 ACPI_OPERAND_OBJECT *ObjDesc)
813 WalkState, Op, Length, &ObjDesc);
820 WalkState, Op, Length, &ObjDesc);
840 WalkState->ResultObj = ObjDesc;
868 ACPI_OPERAND_OBJECT *ObjDesc;
934 ObjDesc = AcpiNsGetAttachedObject (Node);
935 if (!ObjDesc)
940 ObjDesc->BankField.Value = (UINT32) OperandDesc->Integer.Value;