Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c84 ACPI_SIZE MapLength; in AcpiExSystemMemorySpaceHandler() local
164 MapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
185 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
187 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()
192 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength); in AcpiExSystemMemorySpaceHandler()
197 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength)); in AcpiExSystemMemorySpaceHandler()
205 MemInfo->MappedLength = MapLength; in AcpiExSystemMemorySpaceHandler()