Lines Matching refs:src_sz
794 size_t mem_sz, phys_addr_t src, size_t src_sz,
807 .args[3] = src_sz,
844 size_t src_sz;
852 src_sz = hweight_long(srcvm_bits) * sizeof(*src);
855 ptr_sz = ALIGN(src_sz, SZ_64) + ALIGN(mem_to_map_sz, SZ_64) +
869 mem_to_map = ptr + ALIGN(src_sz, SZ_64);
870 mem_to_map_phys = ptr_phys + ALIGN(src_sz, SZ_64);
876 destvm = ptr + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64);
877 dest_phys = ptr_phys + ALIGN(mem_to_map_sz, SZ_64) + ALIGN(src_sz, SZ_64);
887 ptr_phys, src_sz, dest_phys, dest_sz);