Home
last modified time | relevance | path

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

/drivers/acpi/acpica/
Dexregion.c79 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
149 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
169 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
170 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
175 …mem_info->mapped_logical_address = acpi_os_map_memory((acpi_physical_address) address, map_length); in acpi_ex_system_memory_space_handler()
180 (u32) map_length)); in acpi_ex_system_memory_space_handler()
188 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()