Lines Matching refs:Region
575 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value; in AcpiDsEvalRegionOperands()
580 if (!ObjDesc->Region.Length && (SpaceId < ACPI_NUM_PREDEFINED_REGIONS)) in AcpiDsEvalRegionOperands()
593 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS) in AcpiDsEvalRegionOperands()
598 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalRegionOperands()
599 ObjDesc->Region.Length)); in AcpiDsEvalRegionOperands()
601 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId, in AcpiDsEvalRegionOperands()
602 ObjDesc->Region.Address, ObjDesc->Region.Length, Node); in AcpiDsEvalRegionOperands()
606 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; in AcpiDsEvalRegionOperands()
708 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table); in AcpiDsEvalTableRegionOperands()
709 ObjDesc->Region.Length = Table->Length; in AcpiDsEvalTableRegionOperands()
710 ObjDesc->Region.Pointer = Table; in AcpiDsEvalTableRegionOperands()
713 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalTableRegionOperands()
714 ObjDesc->Region.Length)); in AcpiDsEvalTableRegionOperands()
718 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; in AcpiDsEvalTableRegionOperands()