Home
last modified time | relevance | path

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

/linux/drivers/acpi/acpica/
A Dexregion.c47 acpi_size page_boundary_map_length; in acpi_ex_system_memory_space_handler() local
152 page_boundary_map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
154 if (page_boundary_map_length == 0) { in acpi_ex_system_memory_space_handler()
155 page_boundary_map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()

Completed in 3 milliseconds