Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/acpi/acpica/
Dexregion.c46 acpi_size page_boundary_map_length; in acpi_ex_system_memory_space_handler() local
134 page_boundary_map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
136 if (page_boundary_map_length == 0) { in acpi_ex_system_memory_space_handler()
137 page_boundary_map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()
140 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
141 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()