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

/freebsd-11-stable/sys/contrib/dev/acpica/components/executer/
H A Dexregion.c193 ACPI_SIZE PageBoundaryMapLength; local
286 PageBoundaryMapLength = (ACPI_SIZE)
288 if (PageBoundaryMapLength == 0)
290 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE;
293 if (MapLength > PageBoundaryMapLength)
295 MapLength = PageBoundaryMapLength;

Completed in 105 milliseconds