Home
last modified time | relevance | path

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

/third_party/lib/acpica/source/components/executer/
A Dexregion.c85 ACPI_SIZE PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler() local
178 PageBoundaryMapLength = (ACPI_SIZE) in AcpiExSystemMemorySpaceHandler()
180 if (PageBoundaryMapLength == 0) in AcpiExSystemMemorySpaceHandler()
182 PageBoundaryMapLength = ACPI_DEFAULT_PAGE_SIZE; in AcpiExSystemMemorySpaceHandler()
185 if (MapLength > PageBoundaryMapLength) in AcpiExSystemMemorySpaceHandler()
187 MapLength = PageBoundaryMapLength; in AcpiExSystemMemorySpaceHandler()

Completed in 3 milliseconds