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

/barrelfish-master/lib/acpica/source/components/executer/
H A Dexregion.c157 ACPI_SIZE PageBoundaryMapLength; local
250 PageBoundaryMapLength = (ACPI_SIZE)
252 if (PageBoundaryMapLength == 0)
254 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE;
257 if (MapLength > PageBoundaryMapLength)
259 MapLength = PageBoundaryMapLength;

Completed in 29 milliseconds