Searched refs:dst_offset (Results 51 - 75 of 87) sorted by relevance

1234

/linux-master/drivers/block/
H A Dps3vram.c245 unsigned int src_offset, unsigned int dst_offset,
253 ps3vram_out_ring(priv, dst_offset);
277 unsigned int src_offset, unsigned int dst_offset,
285 ps3vram_out_ring(priv, XDR_IOIF + dst_offset);
244 ps3vram_upload(struct ps3_system_bus_device *dev, unsigned int src_offset, unsigned int dst_offset, int len, int count) argument
276 ps3vram_download(struct ps3_system_bus_device *dev, unsigned int src_offset, unsigned int dst_offset, int len, int count) argument
/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.h151 uint64_t dst_offset, uint32_t byte_count,
H A Dsdma_v4_4_2.c1946 * @dst_offset: dst GPU address
1956 uint64_t dst_offset,
1967 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1968 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1976 * @dst_offset: dst GPU address
1983 uint64_t dst_offset,
1987 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1988 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1954 sdma_v4_4_2_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, uint32_t copy_flags) argument
1981 sdma_v4_4_2_emit_fill_buffer(struct amdgpu_ib *ib, uint32_t src_data, uint64_t dst_offset, uint32_t byte_count) argument
H A Dsdma_v5_0.c1807 * @dst_offset: dst GPU address
1817 uint64_t dst_offset,
1828 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1829 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1837 * @dst_offset: dst GPU address
1844 uint64_t dst_offset,
1848 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1849 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1815 sdma_v5_0_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, uint32_t copy_flags) argument
1842 sdma_v5_0_emit_fill_buffer(struct amdgpu_ib *ib, uint32_t src_data, uint64_t dst_offset, uint32_t byte_count) argument
H A Dsdma_v5_2.c1753 * @dst_offset: dst GPU address
1763 uint64_t dst_offset,
1774 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1775 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1783 * @dst_offset: dst GPU address
1790 uint64_t dst_offset,
1794 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1795 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1761 sdma_v5_2_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, uint32_t copy_flags) argument
1788 sdma_v5_2_emit_fill_buffer(struct amdgpu_ib *ib, uint32_t src_data, uint64_t dst_offset, uint32_t byte_count) argument
H A Dsdma_v6_0.c1576 * @dst_offset: dst GPU address
1586 uint64_t dst_offset,
1597 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1598 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1606 * @dst_offset: dst GPU address
1613 uint64_t dst_offset,
1617 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
1618 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
1584 sdma_v6_0_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, uint32_t copy_flags) argument
1611 sdma_v6_0_emit_fill_buffer(struct amdgpu_ib *ib, uint32_t src_data, uint64_t dst_offset, uint32_t byte_count) argument
H A Dsdma_v4_0.c2452 * @dst_offset: dst GPU address
2462 uint64_t dst_offset,
2473 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
2474 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
2482 * @dst_offset: dst GPU address
2489 uint64_t dst_offset,
2493 ib->ptr[ib->length_dw++] = lower_32_bits(dst_offset);
2494 ib->ptr[ib->length_dw++] = upper_32_bits(dst_offset);
2460 sdma_v4_0_emit_copy_buffer(struct amdgpu_ib *ib, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, uint32_t copy_flags) argument
2487 sdma_v4_0_emit_fill_buffer(struct amdgpu_ib *ib, uint32_t src_data, uint64_t dst_offset, uint32_t byte_count) argument
H A Damdgpu_ttm.c2149 uint64_t dst_offset, uint32_t byte_count,
2178 dst_offset, cur_size_in_bytes, copy_flags);
2180 dst_offset += cur_size_in_bytes;
2148 amdgpu_copy_buffer(struct amdgpu_ring *ring, uint64_t src_offset, uint64_t dst_offset, uint32_t byte_count, struct dma_resv *resv, struct dma_fence **fence, bool direct_submit, bool vm_needs_flush, uint32_t copy_flags) argument
/linux-master/fs/nfs/
H A Dnfs42proc.c1051 loff_t dst_offset, loff_t count)
1061 .dst_offset = dst_offset,
1101 count = nfs_size_to_loff_t(res.dst_fattr->size) - dst_offset;
1102 nfs42_copy_dest_done(dst_inode, dst_offset, count);
1111 loff_t src_offset, loff_t dst_offset, loff_t count)
1145 src_offset, dst_offset, count);
1048 _nfs42_proc_clone(struct rpc_message *msg, struct file *src_f, struct file *dst_f, struct nfs_lock_context *src_lock, struct nfs_lock_context *dst_lock, loff_t src_offset, loff_t dst_offset, loff_t count) argument
1110 nfs42_proc_clone(struct file *src_f, struct file *dst_f, loff_t src_offset, loff_t dst_offset, loff_t count) argument
H A Dnfs4trace.h2311 __field(loff_t, dst_offset)
2333 __entry->dst_offset = args->dst_pos;
2368 "dst_stateid=%d:0x%08x src_offset=%llu dst_offset=%llu "
2383 __entry->dst_offset,
2412 __field(loff_t, dst_offset)
2431 __entry->dst_offset = args->dst_offset;
2449 "dst_offset=%llu len=%llu",
2461 __entry->dst_offset,
/linux-master/fs/bcachefs/
H A Dreflink.c429 subvol_inum dst_inum, u64 dst_offset,
438 struct bpos dst_start = POS(dst_inum.inum, dst_offset);
428 bch2_remap_range(struct bch_fs *c, subvol_inum dst_inum, u64 dst_offset, subvol_inum src_inum, u64 src_offset, u64 remap_sectors, u64 new_i_size, s64 *i_sectors_delta) argument
H A Ddirent.c289 const struct qstr *dst_name, subvol_inum *dst_inum, u64 *dst_offset,
462 *dst_offset = new_dst->k.p.offset;
285 bch2_dirent_rename(struct btree_trans *trans, subvol_inum src_dir, struct bch_hash_info *src_hash, subvol_inum dst_dir, struct bch_hash_info *dst_hash, const struct qstr *src_name, subvol_inum *src_inum, u64 *src_offset, const struct qstr *dst_name, subvol_inum *dst_inum, u64 *dst_offset, enum bch_rename_mode mode) argument
/linux-master/fs/nfsd/
H A Dtrace.h500 loff_t dst_offset,
503 TP_ARGS(rqstp, src_fhp, src_offset, dst_fhp, dst_offset, count, status),
509 __field(loff_t, dst_offset)
518 __entry->dst_offset = dst_offset;
523 "dst_fh_hash=0x%08x dst_offset=%lld "
526 __entry->dst_fh_hash, __entry->dst_offset,
537 loff_t dst_offset, \
540 TP_ARGS(rqstp, src_fhp, src_offset, dst_fhp, dst_offset, \
/linux-master/drivers/gpu/drm/i915/gt/uc/
H A Dintel_uc_fw.c1078 static int uc_fw_xfer(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) argument
1098 intel_uncore_write_fw(uncore, DMA_ADDR_1_LOW, dst_offset);
1143 * @dst_offset: destination offset
1150 int intel_uc_fw_upload(struct intel_uc_fw *uc_fw, u32 dst_offset, u32 dma_flags) argument
1166 err = uc_fw_xfer(uc_fw, dst_offset, dma_flags);
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/steering/
H A Ddr_action.c1684 u8 src_offset, dst_offset, src_max_length, dst_max_length, length; local
1693 dst_offset = MLX5_GET(copy_action_in, sw_action, dst_offset);
1713 length + dst_offset > dst_max_length) {
1721 hw_dst_action_info->start + dst_offset,
/linux-master/fs/ecryptfs/
H A Dcrypto.c1732 size_t dst_offset = 0; local
1772 dst[dst_offset++] = portable_filename_chars[dst_block[0]];
1773 dst[dst_offset++] = portable_filename_chars[dst_block[1]];
1774 dst[dst_offset++] = portable_filename_chars[dst_block[2]];
1775 dst[dst_offset++] = portable_filename_chars[dst_block[3]];
/linux-master/drivers/crypto/ccree/
H A Dcc_buffer_mgr.c735 areq_ctx->dst_offset, is_last_table,
763 areq_ctx->dst_offset, is_last_table,
877 areq_ctx->dst_offset = offset;
H A Dcc_aead.c241 u32 skip = areq->cryptlen + areq_ctx->dst_offset;
781 areq_ctx->dst_offset : areq_ctx->src_offset;
849 areq_ctx->dst_offset),
/linux-master/arch/s390/kernel/
H A Dtime.c768 static DEVICE_ATTR_RO(dst_offset);
/linux-master/drivers/video/fbdev/
H A Dps3fb.c442 u64 dst_offset, u64 src_offset, u32 width,
456 status = lv1_gpu_fb_blit(ps3fb.context_handle, dst_offset,
441 ps3fb_sync_image(struct device *dev, u64 frame_offset, u64 dst_offset, u64 src_offset, u32 width, u32 height, u32 dst_line_length, u32 src_line_length) argument
/linux-master/drivers/scsi/
H A Dst.c4067 int src_seg, dst_seg, src_offset = 0, dst_offset;
4083 for (dst_seg=dst_offset=0; total > 0; ) {
4087 count = min(length - dst_offset, length - src_offset);
4088 memmove(page_address(dpage) + dst_offset,
4095 dst_offset += count;
4096 if (dst_offset >= length) {
4098 dst_offset = 0;
4052 int src_seg, dst_seg, src_offset = 0, dst_offset; local
/linux-master/fs/btrfs/
H A Dtree-log.c3588 unsigned long dst_offset; local
3643 dst_offset = btrfs_item_ptr_offset(dst, dst_path->slots[0] + count - 1);
3645 copy_extent_buffer(dst, src, dst_offset, src_offset, batch.total_data_size);
4503 unsigned long dst_offset; local
4527 dst_offset = btrfs_item_ptr_offset(dst_path->nodes[0], dst_slot);
4540 copy_extent_buffer(dst_path->nodes[0], src, dst_offset,
H A Dctree.c70 * @dst_offset: item data offset we're moving to
80 unsigned long dst_offset,
84 memmove_extent_buffer(leaf, btrfs_item_nr_offset(leaf, 0) + dst_offset,
93 * @dst_offset: item data offset we're copying to
104 unsigned long dst_offset,
107 copy_extent_buffer(dst, src, btrfs_item_nr_offset(dst, 0) + dst_offset,
79 memmove_leaf_data(const struct extent_buffer *leaf, unsigned long dst_offset, unsigned long src_offset, unsigned long len) argument
102 copy_leaf_data(const struct extent_buffer *dst, const struct extent_buffer *src, unsigned long dst_offset, unsigned long src_offset, unsigned long len) argument
/linux-master/drivers/gpu/drm/amd/display/dc/
H A Ddc_dmub_srv.c1065 pl->position_cfg.pHubp.dst_offset.raw = hubp->pos.dst_offset.raw;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_drv.h1338 u32 dst_offset, u32 dst_stride,

Completed in 389 milliseconds

1234