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

/freebsd-13-stable/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c193 ACPI_SIZE MapLength; local
298 MapLength = (ACPI_SIZE)
319 if (MapLength > PageBoundaryMapLength)
321 MapLength = PageBoundaryMapLength;
326 LogicalAddrPtr = AcpiOsMapMemory(Address, MapLength);
331 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength));
340 Mm->Length = MapLength;

Completed in 33 milliseconds