Home
last modified time | relevance | path

Searched refs:copy_flags (Results 1 – 5 of 5) sorted by relevance

/linux/tools/hv/
H A Dhv_fcopy_daemon.c
H A Dhv_fcopy_uio_daemon.c354 return hv_fcopy_create_file(file_name, path_name, smsg_in->copy_flags); in hv_fcopy_start()
/linux/include/uapi/linux/
H A Dhyperv.h144 __u32 copy_flags; member
/linux/net/sctp/
H A Dprotocol.c136 enum sctp_scope scope, gfp_t gfp, int copy_flags) in sctp_copy_local_addr_list() argument
154 (!(copy_flags & SCTP_ADDR4_ALLOWED) || in sctp_copy_local_addr_list()
155 !(copy_flags & SCTP_ADDR4_PEERSUPP))) in sctp_copy_local_addr_list()
158 (!(copy_flags & SCTP_ADDR6_ALLOWED) || in sctp_copy_local_addr_list()
159 !(copy_flags & SCTP_ADDR6_PEERSUPP))) in sctp_copy_local_addr_list()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Damdgpu_ttm.c311 uint32_t copy_flags = 0; in amdgpu_ttm_copy_mem_to_mem() local
346 copy_flags |= AMDGPU_COPY_FLAGS_TMZ; in amdgpu_ttm_copy_mem_to_mem()
349 copy_flags |= AMDGPU_COPY_FLAGS_READ_DECOMPRESSED; in amdgpu_ttm_copy_mem_to_mem()
352 copy_flags |= AMDGPU_COPY_FLAGS_WRITE_COMPRESSED; in amdgpu_ttm_copy_mem_to_mem()
359 copy_flags |= (AMDGPU_COPY_FLAGS_SET(MAX_COMPRESSED, max_com) | in amdgpu_ttm_copy_mem_to_mem()
367 &next, true, copy_flags); in amdgpu_ttm_copy_mem_to_mem()
2521 bool vm_needs_flush, uint32_t copy_flags) in amdgpu_copy_buffer() argument
2552 dst_offset, cur_size_in_bytes, copy_flags); in amdgpu_copy_buffer()