Searched refs:size_to_map (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/gpu/arm/mali400/ump/common/ |
| H A D | ump_kernel_common.c | 282 unsigned long size_to_map; in _ump_ukk_map_mem() local 285 size_to_map = mem->block_array[block].size; in _ump_ukk_map_mem() 287 size_to_map = left; in _ump_ukk_map_mem() 290 …osk_mem_mapregion_map(descriptor, offset, (u32 *) & (mem->block_array[block].addr), size_to_map)) { in _ump_ukk_map_mem() 298 left -= size_to_map; in _ump_ukk_map_mem() 299 offset += size_to_map; in _ump_ukk_map_mem()
|
| /OK3568_Linux_fs/kernel/drivers/misc/genwqe/ |
| H A D | card_utils.c | 390 unsigned int size_to_map; in genwqe_setup_sgl() local 401 size_to_map = min(size, PAGE_SIZE - map_offs); in genwqe_setup_sgl() 413 size -= size_to_map; in genwqe_setup_sgl() 424 size_to_map); in genwqe_setup_sgl() 430 prev_daddr = daddr + size_to_map; in genwqe_setup_sgl() 436 s[j].len = cpu_to_be32(size_to_map); in genwqe_setup_sgl() 438 prev_daddr = daddr + size_to_map; in genwqe_setup_sgl()
|
| /OK3568_Linux_fs/kernel/drivers/crypto/ccree/ |
| H A D | cc_buffer_mgr.c | 957 u32 size_to_map; in cc_map_aead_request() local 1054 size_to_map = req->cryptlen + req->assoclen; in cc_map_aead_request() 1058 size_to_map += authsize; in cc_map_aead_request() 1061 rc = cc_map_sg(dev, req->src, size_to_map, in cc_map_aead_request()
|
| /OK3568_Linux_fs/kernel/drivers/infiniband/hw/mlx5/ |
| H A D | mr.c | 1039 size_t size_to_map = 0; in mlx5_ib_update_xlt() local 1117 size_to_map = npages * desc_size; in mlx5_ib_update_xlt() 1128 memset(xlt + size_to_map, 0, size - size_to_map); in mlx5_ib_update_xlt() 1132 sg.length = ALIGN(size_to_map, MLX5_UMR_MTT_ALIGNMENT); in mlx5_ib_update_xlt()
|