Searched defs:PageBoundaryMapLength (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/acpica/executer/
H A Dexregion.c85 ACPI_SIZE PageBoundaryMapLength; local
178 PageBoundaryMapLength = (ACPI_SIZE)
180 if (PageBoundaryMapLength == 0)
182 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE;
185 if (MapLength > PageBoundaryMapLength)
187 MapLength = PageBoundaryMapLength;

Completed in 363 milliseconds