Searched refs:page_boundary_map_length (Results 1 – 1 of 1) sorted by relevance
80 acpi_size page_boundary_map_length; in acpi_ex_system_memory_space_handler() local168 page_boundary_map_length = (acpi_size) in acpi_ex_system_memory_space_handler()170 if (page_boundary_map_length == 0) { in acpi_ex_system_memory_space_handler()171 page_boundary_map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()174 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()175 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()