Home
last modified time | relevance | path

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

/illumos-gate/usr/src/common/acpica/executer/
H A Dexregion.c193 ACPI_SIZE PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler() local
286 PageBoundaryMapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
288 if (PageBoundaryMapLength == 0) in AcpiExSystemMemorySpaceHandler()
290 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE; in AcpiExSystemMemorySpaceHandler()
293 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
295 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()