Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/acpi/acpica/
H A Dexregion.c46 acpi_size map_length; in acpi_ex_system_memory_space_handler() local
138 map_length = (acpi_size) in acpi_ex_system_memory_space_handler()
158 if (map_length > page_boundary_map_length) { in acpi_ex_system_memory_space_handler()
159 map_length = page_boundary_map_length; in acpi_ex_system_memory_space_handler()
164 logical_addr_ptr = acpi_os_map_memory(address, map_length); in acpi_ex_system_memory_space_handler()
169 (u32)map_length)); in acpi_ex_system_memory_space_handler()
178 mm->length = map_length; in acpi_ex_system_memory_space_handler()
/OK3568_Linux_fs/external/xserver/Xi/
H A Dsetbmap.c96 bytes_to_int32(sizeof(xSetDeviceButtonMappingReq) + stuff->map_length)) in ProcXSetDeviceButtonMapping()
112 ApplyPointerMapping(dev, (CARD8 *) &stuff[1], stuff->map_length, in ProcXSetDeviceButtonMapping()
/OK3568_Linux_fs/kernel/tools/perf/jvmti/
H A Dlibjvmti.c234 jint map_length, in compiled_method_load_cb() argument
257 if (has_line_numbers && map && map_length) { in compiled_method_load_cb()
/OK3568_Linux_fs/kernel/drivers/staging/gasket/
H A Dgasket_core.c907 ulong phys_offset, map_length; in do_map_region() local
920 map_length = region_to_map.length_bytes; in do_map_region()
932 while (mapped_bytes < map_length) { in do_map_region()
937 chunk_size = min(max_chunk_size, map_length - mapped_bytes); in do_map_region()
/OK3568_Linux_fs/kernel/fs/btrfs/
H A Dvolumes.c6433 u64 map_length; in btrfs_map_bio() local
6440 map_length = length; in btrfs_map_bio()
6444 &map_length, &bbio, mirror_num, 1); in btrfs_map_bio()
6463 map_length); in btrfs_map_bio()
6466 map_length, mirror_num, 1); in btrfs_map_bio()
6473 if (map_length < length) { in btrfs_map_bio()
6476 logical, length, map_length); in btrfs_map_bio()
H A Dextent_io.c2259 u64 map_length = 0; in repair_io_failure() local
2269 map_length = length; in repair_io_failure()
2285 &map_length, &bbio, 0); in repair_io_failure()
2294 &map_length, &bbio, mirror_num); in repair_io_failure()
H A Dscrub.c60 u64 map_length; member
1319 recover->map_length = mapped_length; in scrub_setup_recheck_block()
1409 page->recover->map_length, in scrub_submit_raid56_bio_wait()
H A Dinode.c2125 u64 map_length; in btrfs_bio_fits_in_stripe() local
2133 map_length = length; in btrfs_bio_fits_in_stripe()
2134 ret = btrfs_get_io_geometry(fs_info, btrfs_op(bio), logical, map_length, in btrfs_bio_fits_in_stripe()