Searched refs:MapLength (Results 1 – 1 of 1) sorted by relevance
192 ACPI_SIZE MapLength; in AcpiExSystemMemorySpaceHandler() local272 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()