Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c193 ACPI_SIZE MapLength; in AcpiExSystemMemorySpaceHandler() local
297 MapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
300 if (MapLength > ACPI_DEFAULT_PAGE_SIZE) in AcpiExSystemMemorySpaceHandler()
302 MapLength = ACPI_DEFAULT_PAGE_SIZE; in AcpiExSystemMemorySpaceHandler()
307 LogicalAddrPtr = AcpiOsMapMemory(Address, MapLength); in AcpiExSystemMemorySpaceHandler()
312 ACPI_FORMAT_UINT64 (Address), (UINT32) MapLength)); in AcpiExSystemMemorySpaceHandler()
321 Mm->Length = MapLength; in AcpiExSystemMemorySpaceHandler()