Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/acpi/executer/
Dexregion.c137 ((acpi_integer) mem_info->mapped_physical_address + mem_info->mapped_length))) { in acpi_ex_system_memory_space_handler()
142 if (mem_info->mapped_length) { in acpi_ex_system_memory_space_handler()
146 mem_info->mapped_length); in acpi_ex_system_memory_space_handler()
165 mem_info->mapped_length = 0; in acpi_ex_system_memory_space_handler()
172 mem_info->mapped_length = window_size; in acpi_ex_system_memory_space_handler()
/linux-2.4.37.9/include/acpi/
Dactypes.h929 acpi_size mapped_length; member