Lines Matching refs:mem_info
77 struct acpi_mem_space_context *mem_info = region_context; in acpi_ex_system_memory_space_handler() local
133 if ((address < mem_info->mapped_physical_address) || in acpi_ex_system_memory_space_handler()
135 mem_info->mapped_physical_address + in acpi_ex_system_memory_space_handler()
136 mem_info->mapped_length))) { in acpi_ex_system_memory_space_handler()
141 if (mem_info->mapped_length) { in acpi_ex_system_memory_space_handler()
145 acpi_os_unmap_memory(mem_info->mapped_logical_address, in acpi_ex_system_memory_space_handler()
146 mem_info->mapped_length); in acpi_ex_system_memory_space_handler()
155 ((mem_info->address + mem_info->length) - address); in acpi_ex_system_memory_space_handler()
180 mem_info->mapped_logical_address = in acpi_ex_system_memory_space_handler()
182 if (!mem_info->mapped_logical_address) { in acpi_ex_system_memory_space_handler()
187 mem_info->mapped_length = 0; in acpi_ex_system_memory_space_handler()
193 mem_info->mapped_physical_address = address; in acpi_ex_system_memory_space_handler()
194 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()
201 logical_addr_ptr = mem_info->mapped_logical_address + in acpi_ex_system_memory_space_handler()
202 ((u64) address - (u64) mem_info->mapped_physical_address); in acpi_ex_system_memory_space_handler()