Searched refs:map_length (Results 1 – 3 of 3) sorted by relevance
46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local137 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()140 if (map_length > ACPI_DEFAULT_PAGE_SIZE) in acpi_ex_system_memory_space_handler()141 map_length = ACPI_DEFAULT_PAGE_SIZE; in acpi_ex_system_memory_space_handler()145 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()150 (u32)map_length)); in acpi_ex_system_memory_space_handler()159 mm->length = map_length; in acpi_ex_system_memory_space_handler()
234 jint map_length, in compiled_method_load_cb() argument257 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()
8264 u64 map_length = length; in btrfs_map_repair_block() local8270 ret = btrfs_map_block(fs_info, BTRFS_MAP_WRITE, logical, &map_length, in btrfs_map_repair_block()8276 ASSERT(map_length >= length, "map_length=%llu length=%u", map_length, length); in btrfs_map_repair_block()