Home
last modified time | relevance | path

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

/acpica-latest/source/components/executer/
Dexregion.c193 ACPI_SIZE MapLength; in AcpiExSystemMemorySpaceHandler() local
298 MapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
319 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
321 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()
326 LogicalAddrPtr = AcpiOsMapMemory(Address, MapLength); in AcpiExSystemMemorySpaceHandler()
331 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength)); in AcpiExSystemMemorySpaceHandler()
340 Mm->Length = MapLength; in AcpiExSystemMemorySpaceHandler()