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

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexregion.c156 ACPI_SIZE MapLength; local
236 MapLength = (ACPI_SIZE)
257 if (MapLength > PageBoundaryMapLength)
259 MapLength = PageBoundaryMapLength;
264 MemInfo->MappedLogicalAddress = AcpiOsMapMemory (Address, MapLength);
269 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength));
277 MemInfo->MappedLength = MapLength;

Completed in 85 milliseconds