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

1234

/linux-master/arch/x86/kvm/svm/
H A Dsev.c1011 int dst_offset; local
1028 dst_offset = dst_paddr & 15;
1031 memcpy(page_address(dst_tpage) + dst_offset,
1034 if (copy_from_user(page_address(dst_tpage) + dst_offset,
/linux-master/include/linux/
H A Dnfs_xdr.h435 __u64 dst_offset; member in struct:nfs42_clone_args
/linux-master/drivers/gpu/drm/radeon/
H A Dr600.c2956 * @dst_offset: dst GPU address
2965 uint64_t src_offset, uint64_t dst_offset,
3005 radeon_ring_write(ring, lower_32_bits(dst_offset));
3006 radeon_ring_write(ring, upper_32_bits(dst_offset) & 0xff);
3009 dst_offset += cur_size_in_bytes;
2964 r600_copy_cpdma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct dma_resv *resv) argument
H A Dradeon.h1905 uint64_t dst_offset,
1911 uint64_t dst_offset,
1918 uint64_t dst_offset,
H A Dr100.c903 uint64_t dst_offset,
954 radeon_ring_write(ring, (pitch << 22) | (dst_offset >> 10));
901 r100_copy_blit(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct dma_resv *resv) argument
H A Dcik.c3637 * @dst_offset: dst GPU address
3646 uint64_t src_offset, uint64_t dst_offset,
3684 radeon_ring_write(ring, lower_32_bits(dst_offset));
3685 radeon_ring_write(ring, upper_32_bits(dst_offset));
3688 dst_offset += cur_size_in_bytes;
3645 cik_copy_cpdma(struct radeon_device *rdev, uint64_t src_offset, uint64_t dst_offset, unsigned num_gpu_pages, struct dma_resv *resv) argument
/linux-master/fs/nfs/
H A Dnfs42xdr.c422 p = xdr_encode_hyper(p, args->dst_offset);
/linux-master/lib/
H A Dmaple_tree.c3887 unsigned char dst_offset, offset_end = wr_mas->offset_end; local
3939 dst_offset = mas->offset + 1;
3942 memcpy(dst_slots + dst_offset, wr_mas->slots + offset_end,
3944 memcpy(dst_pivots + dst_offset, wr_mas->pivots + offset_end,
/linux-master/drivers/gpu/drm/amd/display/dc/dcn20/
H A Ddcn20_hubp.c1069 hubp->pos.dst_offset.bits.dst_x_offset = dst_x_offset;
/linux-master/drivers/gpu/drm/amd/display/dmub/inc/
H A Ddmub_cmd.h2775 } dst_offset; member in struct:dmub_cursor_position_cache_hubp
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/lib/
H A Dmacsec_fs.c1349 MLX5_SET(copy_action_in, action, dst_offset, 0);
/linux-master/include/linux/mlx5/
H A Dmlx5_ifc.h6819 u8 dst_offset[0x5]; member in struct:mlx5_ifc_copy_action_in_bits

Completed in 482 milliseconds

1234