Home
last modified time | relevance | path

Searched refs:Region (Results 1 – 25 of 30) sorted by relevance

12

/titanic_41/usr/src/uts/intel/io/acpica/events/
H A Devregion.c177 HandlerDesc = RegionObj->Region.Handler; in AcpiEvAddressSpaceDispatch()
182 AcpiUtGetNodeName (RegionObj->Region.Node), in AcpiEvAddressSpaceDispatch()
183 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId))); in AcpiEvAddressSpaceDispatch()
194 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE)) in AcpiEvAddressSpaceDispatch()
205 RegionObj, AcpiUtGetRegionName (RegionObj->Region.SpaceId))); in AcpiEvAddressSpaceDispatch()
229 AcpiUtGetRegionName (RegionObj->Region.SpaceId))); in AcpiEvAddressSpaceDispatch()
235 if (!(RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE)) in AcpiEvAddressSpaceDispatch()
237 RegionObj->Region.Flags |= AOPOBJ_SETUP_COMPLETE; in AcpiEvAddressSpaceDispatch()
253 Address = (RegionObj->Region.Address + RegionOffset); in AcpiEvAddressSpaceDispatch()
269 if ((RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS) && in AcpiEvAddressSpaceDispatch()
[all …]
H A Devrgnini.c117 LocalRegionContext->Length = RegionDesc->Region.Length; in AcpiEvSystemMemoryRegionSetup()
118 LocalRegionContext->Address = RegionDesc->Region.Address; in AcpiEvSystemMemoryRegionSetup()
200 HandlerObj = RegionObj->Region.Handler; in AcpiEvPciConfigRegionSetup()
222 ParentNode = RegionObj->Region.Node->Parent; in AcpiEvPciConfigRegionSetup()
290 if (RegionObj->Region.Flags & AOPOBJ_SETUP_COMPLETE) in AcpiEvPciConfigRegionSetup()
310 PciDeviceNode = RegionObj->Region.Node; in AcpiEvPciConfigRegionSetup()
359 Status = AcpiHwDerivePciId (PciId, PciRootNode, RegionObj->Region.Node); in AcpiEvPciConfigRegionSetup()
587 Node = RegionObj->Region.Node->Parent; in AcpiEvInitializeRegion()
588 SpaceId = RegionObj->Region.SpaceId; in AcpiEvInitializeRegion()
H A Devhandler.c310 if (ObjDesc->Region.SpaceId != HandlerObj->AddressSpace.SpaceId) in AcpiEvInstallHandler()
/titanic_41/usr/src/uts/intel/io/acpica/executer/
H A Dexfield.c182 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExReadDataFromField()
183 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExReadDataFromField()
184 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) in AcpiExReadDataFromField()
193 if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExReadDataFromField()
199 else if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExReadDataFromField()
280 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GPIO)) in AcpiExReadDataFromField()
400 (ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_SMBUS || in AcpiExWriteDataToField()
401 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_GSBUS || in AcpiExWriteDataToField()
402 ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_IPMI)) in AcpiExWriteDataToField()
427 if (ObjDesc->Field.RegionObj->Region.SpaceId == in AcpiExWriteDataToField()
[all …]
H A Dexfldio.c117 SpaceId = RgnDesc->Region.SpaceId; in AcpiExSetupRegion()
173 if (RgnDesc->Region.Length < in AcpiExSetupRegion()
184 if (ACPI_ROUND_UP (RgnDesc->Region.Length, in AcpiExSetupRegion()
194 if (RgnDesc->Region.Length < ObjDesc->CommonField.AccessByteWidth) in AcpiExSetupRegion()
206 AcpiUtGetNodeName (RgnDesc->Region.Node), in AcpiExSetupRegion()
207 RgnDesc->Region.Length)); in AcpiExSetupRegion()
220 AcpiUtGetNodeName (RgnDesc->Region.Node), in AcpiExSetupRegion()
221 RgnDesc->Region.Length)); in AcpiExSetupRegion()
296 AcpiUtGetRegionName (RgnDesc->Region.SpaceId), in AcpiExAccessRegion()
297 RgnDesc->Region.SpaceId, in AcpiExAccessRegion()
[all …]
H A Dexdump.c169 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Region.SpaceId), "Space Id"},
170 {ACPI_EXD_UINT8, ACPI_EXD_OFFSET (Region.Flags), "Flags"},
171 {ACPI_EXD_NODE, ACPI_EXD_OFFSET (Region.Node), "Parent Node"},
172 {ACPI_EXD_ADDRESS, ACPI_EXD_OFFSET (Region.Address), "Address"},
173 {ACPI_EXD_UINT32, ACPI_EXD_OFFSET (Region.Length), "Length"},
174 {ACPI_EXD_HDLR_LIST,ACPI_EXD_OFFSET (Region.Handler), "Handler"},
175 {ACPI_EXD_POINTER, ACPI_EXD_OFFSET (Region.Next), "Next"}
561 while (Next->Region.Next) in AcpiExDumpObject()
569 Next = Next->Region.Next; in AcpiExDumpObject()
781 AcpiUtGetRegionName (ObjDesc->Region.SpaceId), in AcpiExDumpOperand()
[all …]
H A Dexcreate.c368 ObjDesc->Region.SpaceId = SpaceId; in AcpiExCreateRegion()
369 ObjDesc->Region.Address = 0; in AcpiExCreateRegion()
370 ObjDesc->Region.Length = 0; in AcpiExCreateRegion()
371 ObjDesc->Region.Node = Node; in AcpiExCreateRegion()
372 ObjDesc->Region.Handler = NULL; in AcpiExCreateRegion()
H A Dexconfig.c395 if (ObjDesc->Region.SpaceId != ACPI_ADR_SPACE_SYSTEM_MEMORY) in AcpiExLoadOp()
H A Dexprep.c531 if ((ObjDesc->Field.RegionObj->Region.SpaceId == ACPI_ADR_SPACE_EC) && in AcpiExPrepFieldValue()
/titanic_41/usr/src/uts/intel/io/acpica/dispatcher/
H A Ddsopcode.c465 ObjDesc->Region.Length = (UINT32) OperandDesc->Integer.Value; in AcpiDsEvalRegionOperands()
474 ObjDesc->Region.Address = (ACPI_PHYSICAL_ADDRESS) in AcpiDsEvalRegionOperands()
479 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalRegionOperands()
480 ObjDesc->Region.Length)); in AcpiDsEvalRegionOperands()
484 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; in AcpiDsEvalRegionOperands()
586 ObjDesc->Region.Address = ACPI_PTR_TO_PHYSADDR (Table); in AcpiDsEvalTableRegionOperands()
587 ObjDesc->Region.Length = Table->Length; in AcpiDsEvalTableRegionOperands()
590 ObjDesc, ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiDsEvalTableRegionOperands()
591 ObjDesc->Region.Length)); in AcpiDsEvalTableRegionOperands()
595 ObjDesc->Region.Flags |= AOPOBJ_DATA_VALID; in AcpiDsEvalTableRegionOperands()
H A Ddsargs.c404 if (ObjDesc->Region.Flags & AOPOBJ_DATA_VALID) in AcpiDsGetRegionArguments()
417 Node = ObjDesc->Region.Node; in AcpiDsGetRegionArguments()
435 Status = AcpiUtAddAddressRange (ObjDesc->Region.SpaceId, in AcpiDsGetRegionArguments()
436 ObjDesc->Region.Address, ObjDesc->Region.Length, Node); in AcpiDsGetRegionArguments()
H A Ddsfield.c134 ObjDesc->Region.Node = *Node; in AcpiDsCreateExternalRegion()
/titanic_41/usr/src/uts/intel/io/acpica/utilities/
H A Dutdelete.c239 if (!(Object->Region.Node->Flags & ANOBJ_TEMPORARY)) in AcpiUtDeleteInternalObj()
241 AcpiUtRemoveAddressRange (Object->Region.SpaceId, in AcpiUtDeleteInternalObj()
242 Object->Region.Node); in AcpiUtDeleteInternalObj()
253 HandlerDesc = Object->Region.Handler; in AcpiUtDeleteInternalObj()
266 *LastObjPtr = NextDesc->Region.Next; in AcpiUtDeleteInternalObj()
272 LastObjPtr = &NextDesc->Region.Next; in AcpiUtDeleteInternalObj()
273 NextDesc = NextDesc->Region.Next; in AcpiUtDeleteInternalObj()
H A Dutcopy.c820 if (DestDesc->Region.Handler) in AcpiUtCopySimpleObject()
822 AcpiUtAddReference (DestDesc->Region.Handler); in AcpiUtCopySimpleObject()
/titanic_41/usr/src/uts/intel/io/acpica/namespace/
H A Dnsdump.c391 AcpiUtGetRegionName (ObjDesc->Region.SpaceId)); in AcpiNsDumpOneObject()
392 if (ObjDesc->Region.Flags & AOPOBJ_DATA_VALID) in AcpiNsDumpOneObject()
395 ACPI_FORMAT_UINT64 (ObjDesc->Region.Address), in AcpiNsDumpOneObject()
396 ObjDesc->Region.Length); in AcpiNsDumpOneObject()
424 ObjDesc->CommonField.RegionObj->Region.Node)); in AcpiNsDumpOneObject()
431 ObjDesc->CommonField.RegionObj->Region.Node), in AcpiNsDumpOneObject()
/titanic_41/usr/src/uts/intel/sys/acpi/
H A Dacobject.h519 ACPI_OBJECT_REGION Region; member
/titanic_41/usr/src/cmd/sgs/elfedit/modules/common/
H A Dstr.msg38 Region: [%d-%d] (%d bytes)\n"
79 @ MSG_DESC_ZERO "Zero String Table Region"
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlc/
H A Dexioct.h669 UINT16 Region; member
/titanic_41/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dump.c1895 uint8_t Region, in emlxs_dump_cfg_region() argument
1922 emlxs_read_cfg_region(hba, Region, DUMP_MAX_CONFIG_REGION_LENGTH, in emlxs_dump_cfg_region()
1951 if (Region == 4) { in emlxs_dump_cfg_region()
1957 if (Region == 14) { in emlxs_dump_cfg_region()
/titanic_41/usr/src/data/zoneinfo/
H A Dantarctica116 # These locations employ Region of Magallanes time; use
H A Dzone.tab.txt145 CL -5309-07055 America/Punta_Arenas Region of Magallanes
H A Dzone_sun.tab168 CL -5309-07055 America/Punta_Arenas - Region of Magallanes
H A Dasia320 # the Xinjiang Uyghur Autonomous Region). I don't know about DST for it.
487 # Uyghur Autonomous Region, (XAUR, or just Xinjiang for short) as well as
521 # Autonomous Region under the PRC. (Before that Uyghurs, of course, would also
549 # "The Working-Calendar for The Xinjiang Uygur Autonomous Region Government"
/titanic_41/usr/src/uts/common/sys/scsi/adapters/mpt_sas/mpi/
H A Dmpi2_ioc.h1580 MPI2_FLASH_REGION Region[MPI2_FLASH_NUMBER_OF_REGIONS];/* 0x10 */ member
/titanic_41/usr/src/uts/intel/io/acpica/
H A Dchanges.txt3548 Disassembler: Added support for Operation Region externals. Adds missing
4100 Operation Region Handlers: For General Purpose IO and Generic Serial Bus
4550 iASL: Check if a_REG declaration has a corresponding Operation Region.
5878 Fixed a problem where an Operation Region _REG method could be executed
6954 Device, Event, Mutex, Region, Thermal, and Scope. Previously, evaluation
7811 Operation Region types. New types supported are: PCI_Config, CMOS, and
8156 performing a bytewise read. (Region must be of type SystemMemory, see
8598 - Fix for premature object deletion after CopyObject on Operation Region
12138 the Load() operator was used to directly load from an Operation Region
12721 Fixed an issue involving EC Operation Region Detach (Shaohua Li)
[all …]

12