Home
last modified time | relevance | path

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

/acpica-latest/source/components/executer/
Dexregion.c194 ACPI_SIZE PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler() local
312 PageBoundaryMapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
314 if (PageBoundaryMapLength == 0) in AcpiExSystemMemorySpaceHandler()
316 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE; in AcpiExSystemMemorySpaceHandler()
319 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
321 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()