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

/linux-4.1.27/drivers/acpi/acpica/
H A Dexregion.c80 acpi_size page_boundary_map_length; acpi_ex_system_memory_space_handler() local
168 page_boundary_map_length = (acpi_size) acpi_ex_system_memory_space_handler()
170 if (page_boundary_map_length == 0) { acpi_ex_system_memory_space_handler()
171 page_boundary_map_length = ACPI_DEFAULT_PAGE_SIZE; acpi_ex_system_memory_space_handler()
174 if (map_length > page_boundary_map_length) { acpi_ex_system_memory_space_handler()
175 map_length = page_boundary_map_length; acpi_ex_system_memory_space_handler()

Completed in 27 milliseconds