Home
last modified time | relevance | path

Searched refs:MapLength (Results 1 – 1 of 1) sorted by relevance

/illumos-gate/usr/src/common/acpica/executer/
H A Dexregion.c192 ACPI_SIZE MapLength; in AcpiExSystemMemorySpaceHandler() local
272 MapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
293 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
295 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()
300 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength); in AcpiExSystemMemorySpaceHandler()
305 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength)); in AcpiExSystemMemorySpaceHandler()
313 MemInfo->MappedLength = MapLength; in AcpiExSystemMemorySpaceHandler()