Searched defs:MapLength (Results 1 - 1 of 1) sorted by relevance

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

Completed in 44 milliseconds