Lines Matching refs:mem_info
43 struct acpi_mem_space_context *mem_info = region_context; in acpi_ex_system_memory_space_handler() local
99 if ((address < mem_info->mapped_physical_address) || in acpi_ex_system_memory_space_handler()
101 mem_info->mapped_physical_address + in acpi_ex_system_memory_space_handler()
102 mem_info->mapped_length))) { in acpi_ex_system_memory_space_handler()
107 if (mem_info->mapped_length) { in acpi_ex_system_memory_space_handler()
111 acpi_os_unmap_memory(mem_info->mapped_logical_address, in acpi_ex_system_memory_space_handler()
112 mem_info->mapped_length); in acpi_ex_system_memory_space_handler()
121 ((mem_info->address + mem_info->length) - address); in acpi_ex_system_memory_space_handler()
146 mem_info->mapped_logical_address = in acpi_ex_system_memory_space_handler()
148 if (!mem_info->mapped_logical_address) { in acpi_ex_system_memory_space_handler()
153 mem_info->mapped_length = 0; in acpi_ex_system_memory_space_handler()
159 mem_info->mapped_physical_address = address; in acpi_ex_system_memory_space_handler()
160 mem_info->mapped_length = map_length; in acpi_ex_system_memory_space_handler()
167 logical_addr_ptr = mem_info->mapped_logical_address + in acpi_ex_system_memory_space_handler()
168 ((u64) address - (u64) mem_info->mapped_physical_address); in acpi_ex_system_memory_space_handler()