Lines Matching refs:src_sz
872 size_t mem_sz, phys_addr_t src, size_t src_sz,
885 .args[3] = src_sz,
922 size_t src_sz;
930 src_sz = hweight64(srcvm_bits) * sizeof(*src);
933 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) +
949 mem_to_map = ptr + ALIGN(src_sz, SZ_64);
950 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64);
956 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64);
957 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64);
967 ptr_phys, src_sz, dest_phys, dest_sz);